Syntax:
SUM_X2MY2(x-data:array, y-data:array)
The SUM_X2MY2
function returns the sum of the difference of the squares of corresponding values from the
x-data array (or range of cells) and the
y-data array (or range of cells).
The equation used is:
Σi=n (xi2 − yi2)
where xi and yi are each pair of values and n is the number of values.
Added in 2.00.