FriendsEAT New York

FriendsEat

Category

How do you use the SUMX2MY2 function in MS Excel?


In Microsoft Excel how do you use the function SUMX2MY2?

add to favorite add to favorite In: Technology

Answer the Question

Answers (1)


         SUMX2MY2(list1, list2) performs the following operation on it's inputs.

SUM((list1 - list2)^2)

So, we take the corresponding elements of each list, subtract them from each other, then sum the square of that result.

Example: list1 = 0, 1, 2, 3 and list2 = 3, 4, 5, 6

we'd get (0 -3)^2 + (1 - 4)^2 + (2 - 5)^2 + (3 - 6)^2 = 9+9+9+9 = 36.

Inputs can be lists of numbers or a range of cells.

420 days ago

Related Links
Powered by Google

SUMX2MY2 function returns the sum of the difference of squares of corresponding values...
www.gnome.org
SUMX2MY2. Applies to: Microsoft Office Excel 2003. Show All. Hide All...
office.microsoft.com
XL: How to Use a Logical AND or OR ... SUMX2MY2 function Returns the sum...
office.microsoft.com
In Excel, the SumX2mY2 function returns the sum of the difference of squares...
www.techonthenet.com
Excel is a powerful tool available through the Microsoft Office Suite of...
www.ehow.com
How to Write a Function in Microsoft Excel that Calculates the Circumference of Circle...
www.ehow.com
Because Microsoft Excel is not a programming environment, it doesn't use...
www.functionx.com
Because Microsoft Excel is not a programming environment, it doesn't use...
www.functionx.com

Related Blogs

Microsoft ported the Excel financial functions to F#, making them accessible...
http://www.centerspace.net/blog/
SUMX2MY2, Returns the sum of the difference of squares of corresponding values in two...
http://unplugg3d.wordpress.com/
MS OFFICE® V2003 FUNCTIONS. ABS = MUTLAK ACCRINT = GERÇEKFAİZ. ACCRINTM =...
http://excelkodklavuzu.blogspot.com/
86, - Feature: (MBaker) Work item 2346 - Added SUMX2MY2, SUMX2PY2, SUMXMY2, MDETERM and...
http://trac.symfony-project.org/timeline
microsoft excel includes worksheet functions that analyze data stored in lists or...
http://saikat-excel-tips.blogspot.com/
引用EXCEL中函数解释. IT技术. 按类别列出的工作表函数. 数据库. Microsoft...
http://zhehangqs.blog.163.com/
Microsoft Excel 共有12...
http://hi.baidu.com/whtz128
请参阅示例特性在visual basic 语句中可以使用大多数microsoft excel...
http://mjpeng1972.bokee.com/

Ask a Question


110 characters left
Ask a Question

Copyright 2006 - 2009. Binary Bits, LLC.