Returns the sum of squares of the differences between the corresponding elements in the two given arrays.
Syntax
x: The first array or range containing the values. E.g. A2:A5
Examples
|
Formula |
Result |
|
=SUMXMY2(A2:A5;B2:B5) |
30 |
|
=SUMXMY2(9;8) |
1 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions