SUMSQ
Returns the sum of the squares of the arguments.
Math & TrigonometryMath Basics
What it does
Squares numbers and sums them.
Syntax
SUMSQ(number1, [number2], ...)
Arguments
number1(number) β Value.
Examples
Sum Squares
1^2 + 2^2 + 3^2.
FORMULA
=SUMSQ(1, 2, 3)
RESULT
14
SAMPLE DATA
| A | |
|---|---|
| 1 | Val |
| 2 | 1 |
| 3 | 2 |
| 4 | 3 |