SUMSQ function
Summary
Returns the sum of the squares of the arguments
Syntax
SUMSQ(number1, [number2], ...)
The SUMSQ function syntax uses the following arguments:
• Number1, number2, ... Number1 is required. Subsequent numbers are optional. There can be as many as 255 arguments for which you want the sum of the squares.
• Instead of comma-separated arguments, you can use a single array or a reference to an array.
• Number1, number2, ... Number1 is required. Subsequent numbers are optional. There can be as many as 255 arguments for which you want the sum of the squares.
• Instead of comma-separated arguments, you can use a single array or a reference to an array.
Example
=SUMSQ(3, 4)