Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
SUMSQ squares each number in its arguments and then sums all the squared values. You can pass individual numbers, cell references, or ranges. It is commonly used in statistical formulas such as sum of squared deviations, and in engineering or physics computations where the Euclidean norm or least-squares values are needed.
=SUMSQ(B2:B5)=SUMSQ(B2:B5)Computed by a real spreadsheet engine on the sample data below.
| Label | Value |
| A | 3 |
| B | 4 |
| C | 5 |
| D | 2 |
=SUMSQ(B2:B5)→54
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: