Returns the sum of the squares of all the elements in two given arrays.
Syntax
x: The first array or range containing the values. E.g. A2:A5
Examples
|
Formula |
Result |
|
=SUMX2PY2(A2:A5;B2:B5) |
224 |
|
=SUMX2PY2(9;8) |
145 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions