set-2-values: A collection containing the second set of number values.
Example
Given the following table:
A
B
1
2
7
9
5
3
6
4
11
8
12
=SUMX2PY2(A1:A6, B1:B6) returns 640, the sum of the squares of the values in set-1-values (the collection A1:A6) and the squares of the values in set-2-values (the collection B1:B6). The formula for the first such sum is A12 + B12 or 4 + 49, which is 53.