Documentation/How Tos/Calc: SUMX2PY2 function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 07:51, 15 March 2008 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


SUMX2PY2

Returns the sum of the squares of all elements of two matrices.

Syntax:

SUMX2PY2(x; y)

x and y are arrays or ranges of the same size. SUMX2PY2 calculates Calc sumx2py2 equation.png for the i elements in the arrays. It evaluates in array mode, but does not need to be entered as an array formula.

Example:

SUMX2PY2(A1:A2; {2|1})

where cells A1 and A2 contain 4 and 3 respectively, returns (42+22) + (32+12) = 30.

See also:

SUM, SUMIF, SUMSQ, SUMPRODUCT,SUMX2MY2, SUMXMY2

Conditional Counting and Summation

How To Use Arrays in Calc

Array functions

Personal tools