SUMSQ()

Syntax. SUMSQ(number1,number2,...)

Definition. This function adds squared arguments.

Arguments

Background. The SUMSQ() function calculates the square numbers of the given arguments and adds those numbers. The formula is:

Σ(a2, b2, c2, d2 ...)

More examples for this function are: