SUM_X2PY2

Syntax:

SUM_X2PY2(x-data:array, y-data:array)

The SUM_X2PY2 function returns the sum of the sum 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 1.36.