Calculates the sum of squares of the values in a data set.
Syntax:
SUMSQ( list )
Returns the sum of the squares of all the values in the list.
list may be a range of cells, an array, or a comma-separated list of values (which may contain cell references and also ranges of cells as one or more of its elements).
Formula:
SUMSQ = i ∑1n xi2
where n is the number of values and xi is the i‑th value.
Example:
SUMSQ(B1:B14)
returns the sum of the squares of the values of cells B1:B14
.
Revisions:
This function was added in Fireworkz 2.00.