SUMSQ
Returns the sum of the squares of the arguments
Syntax
SUMSQ(number1, [number2], ...)
Parameters
- number1: Required. The first number for which you want the sum of the squares
- number2: Optional. Additional numbers, up to 255
Example
=SUMSQ(3, 4)