SUMSQ function
SUMSQ(First,
Other...) SUMSQ(First;
Other...)
First
Number or { Number }
The first parameter.
Other
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.