Returns the sum of the squares of the series of given numbers.
Syntax
Remarks
When only one number is given as input, SUMSQ function returns the square of the given number as the result.
Examples
|
Formula |
Result |
|
=SUMSQ(2;5) |
29 |
|
=SUMSQ(-1;-2;-3) |
14 |
|
=SUMSQ(Units_sold) |
909091 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions