OOoES/Traduccion/Calc: Funcion SUMAXMENOSY2

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SUMAXMENOSY2

Devuelve la sumatoria del cuadrado de la diferencia entre dos matrices.


Sintaxis:

SUMAXMENOSY2(Matriz_X; Matriz_Y)

Donde Matriz_X es la primera matriz o área de valores y Matriz_Y es la segunda matriz o área de valores.

Ejemplo:

A B
1 1 2
2 4 3
C D
1 2 2
2 2 2

SUMAXMENOSY2(A1:B2;C1:D2)

Devuelve 6.
A B C D
1 2 3 4 5
2 6 7 8 9
3 10 11 12 13

=SUMAXMENOSY2(A1:B3;C1:D3)

Devuelve 24.

Vea También

SUMAX2MASY2, SUMAX2MENOSY2

Funciones Matriz

Personal tools