The SUMXMY2 function is one of the math and trigonometry functions. It is used to return the sum of the squares of the differences between corresponding items in the arrays.
Syntax
SUMXMY2(array_x, array_y)
The SUMXMY2 function has the following arguments:
Argument
Description
array_x
The first range of cells.
array_y
The second range of cells with the same number of columns and rows as array_x contains.