SUMSQ function
SUMSQ(firstParameter, otherParameters...) SUMSQ(firstParameter; otherParameters...)
firstParameter
Number or { Number }
The first parameter.
otherParameters
Number or { Number } (accepts many)
Additional parameters.
Returns
Number
The sum of all squares.
Squares a set of numbers and returns the sum of all squares.