Guida di LibreOfficeDev 7.6
Aggiunge un insieme di numeri.
SOMMA(Numero 1 [; Numero 2 [; … [; Numero 255]]])
=SOMMA(2;3;4) restituisce 9.
=SOMMA(A1;A3;B5) calcola la somma delle tre celle.
SOMMA(A1:E10) calcola la somma di tutte le celle nell'area di celle da A1 fino a E10.
A formula such as =SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40) may be entered as an array formula by pressing the Shift+Command+Ctrl+Enter keys instead of simply pressing the Enter key to finish entering the formula. The formula will then be shown in the Formula bar enclosed in braces and operates by multiplying corresponding elements of the arrays together and returning their sum.