SUMX2MY2 function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Returns the sum of the difference of squares of corresponding values in two arrays

Syntax

SUMX2MY2(array_x, array_y) The SUMX2MY2 function syntax has the following arguments:
• array_x Required. The first array or range of values.
• array_y Required. The second array or range of values.

Example

=SUMX2MY2(A2:A8,B2:B8)
=SUMX2MY2({2, 3, 9, 1, 8, 7, 5}, {6, 5, 11, 7, 5, 4, 4})

Microsoft Support Page

https://support.microsoft.com/en-us/office/sumx2my2-function-9e599cc5-5399-48e9-a5e0-e37812dfa3e9

Back to Functions