The SUMX2PY2 function is a built-in function in Excel that is categorized as a Math/Trig Function. It can be used as a worksheet function (WS) in Excel. As a worksheet function, the SUMX2PY2 function can be entered as part of a formula in a cell of a worksheet.
Purpose of Excel SUMX2PY2 Function
Returns the sum of the sum of squares of corresponding values in two arrays. The sum of the sum of squares is a common term in many statistical calculations.
Return value
The SUMX2PY2 function returns a numeric value.
Syntax
=SUMX2PY2(array_x, array_y)
Arguments
Arguments | Description | Remarks |
Array_x | The first array or range of values.. | Mandatory |
Array_y | The second array or range of values.. | Mandatory |
Usage notes
- The arguments should be either numbers or names, arrays, or references that contain numbers.
- If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.
- If array_x and array_y have a different number of values, SUMX2PY2 returns the #N/A error value.
Availability
Since 2007 for Windows.
Since 2011 for Mac.