sumsq |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Statistical functions -> sumsq |
Show all Hide all |
The function sumsq (range) calculates the sum of the squares of the values within a range.
Syntax: =sumsq(range)
Example |
||||||||||||||||||||||||||||||||||||
Cells A1 to A10: any numbers Cell A11 = sumsq(A1:A10)
Supervision: Cell B1 to B10: Squares of A1 to A10 Cell B11 = sum(B1:B10) |