Sumx2Py2 Function
Purpose Return value Syntax =SUMX2PY2(array_x,array_y) array_x - The first range or array containing numeric values. array_y - The second range or array containing numeric values. Using the SUMX2PY2 function The SUMX2PY2 function returns the sum of the sum of squares of corresponding values in two arrays. The “p” in the function name stands for “plus”, as in “sum x 2 plus y 2 “. SUMX2PY2 takes two arguments , array_x and array_y ....