SUMSQ (sum of squares)

<< Click to Display Table of Contents >>

SUMSQ (sum of squares)

Syntax:

SUMSQ(Number1 [, Number2, Number3 ...])

Description:

Returns the sum of the squares of the given numbers.

Example:

SUMSQ(1, 2, 3) equal 1^2 + 2^2 + 3^2, which is 14.

See also:

SUM, SUMPRODUCT, SUMXMY2, SUMX2MY2, SUMX2PY2