Returns the sum of the squares of the arguments.
Syntax
SUMSQ(number1,number2,...)
Number1, number2, ... are 1 to 30 arguments for which you want the sum of the squares.
Example
| Formula | Description (Result) |
|---|---|
| =SUMSQ(3, 4) | Sum of the squares of 3 and 4 (25) |