Syntax
| Parameter | Description |
|---|---|
| array_x | Parameter of the SUMX2PY2 function. |
| array_y | Parameter of the SUMX2PY2 function. |
Examples
Total squared magnitude
=SUMX2PY2(A2:A4, B2:B4)
Distance-related metric
=SUMX2PY2({3,0}, {4,0})
Multi-point analysis
=SUMX2PY2(C2:C10, D2:D10)
Common Errors
Arrays must have equal length. Mismatched ranges like A1:A5 and B1:B3 produce #N/A.
Any non-numeric value in either array will cause this error.
Tips
In physics, x²+y² often represents energy or intensity. SUMX2PY2 gives you the total across all measurement pairs.
Double-check your ranges are the same size. A common mistake is selecting one extra row in one array.
SQRT(SUMX2PY2(...)) gives the combined Euclidean norm of two vectors when treating them as components.
Try SUMX2PY2 in Viztab
Import your data and use SUMX2PY2 with 370+ other formulas. No signup required.
Open Viztab