Skip to main content

SUMSQ

Returns the sum of the squares of the arguments.

CategoryMath
SyntaxSUMSQ(number1, [number2], ...)

Parameters

ParameterRequiredDescription
number1RequiredThe first number, cell reference, or range to square and sum.
number2OptionalAdditional numbers, cell references, or ranges.

Example

SUMSQ(3, 4)      // → 25

Auto-generated from the EngCanvas function registry.