Description Squares each of the supplied numbers and returns the sum of the squares.
Syntax SUMSQ ( number_list )
Argument | Description |
---|---|
number_list | A list of as many as 30 numbers. The list can contain numbers, logical values, text representations of numbers, range references, or array constants. Error values or text that cannot be translated into numbers return errors.If a range reference is included in the list, text, logical expressions, and empty cells in the range are ignored. |
Example This function returns 302:
See Also SUM