[]
        
(Showing Draft Content)

SUMX2PY2

This function returns the sum of squares of corresponding values in two arrays.

Syntax

SUMX2PY2(array_x, array_y)

Arguments

This function has these arguments:

Argument

Description

array_x

[Required] First array of values (x’s)

array_y

[Required] Second array of values (y’s)

The arrays must be the same size.

Examples

SUMX2PY2(A1:A17,B1:B17)