SUMSQ Function

The SUMSQ function is one of the math and trigonometry functions. It is used to add the squares of numbers and return the result.

Syntax

SUMSQ(number1, [number2], ...)

The SUMSQ function has the following arguments:

Argument Description
number1/2/n Up to 255 numeric values for which you want to calculate the sum of the squares.

Notes

How to apply the SUMSQ function.

Examples

The figure below displays the result returned by the SUMSQ function.

SUMSQ Function