Syntax: @SSQ(argumentlist)
argumentlist = any combination or numbers, cells or ranges
@SSQ returns the sum of squares of its arguments. Blank cells and cells containing strings are not counted. The function is given by:
Examples:
@SSQ(2, 2, 3, 6) = 53
@SSQ(G1..G4) = 132, where G1 = -8, G2 = -6, G3 = -4, and G4 = -4
@SSQ(D1..D6) = 14242, where D1..D6 = 4, 56, 33, 100, 0, and -1