Difference between revisions of "Documentation/How Tos/Calc: SUM function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
(Syntax:)
Line 7: Line 7:
 
<tt>'''SUM(number1; number2; ... number30)'''</tt>
 
<tt>'''SUM(number1; number2; ... number30)'''</tt>
  
: <tt>'''number1'''</tt> to <tt>'''number30'''</tt> are up to 30 numbers or ranges of numbers whose sum is to be calculated.
+
: <tt>'''number1'''</tt> to <tt>'''number30'''</tt> are up to 30 numbers or ranges/arrays of numbers whose sum is to be calculated.
 +
 
 +
: <tt>'''SUM'''</tt> ignores any text or empty cell within a range or array.
  
 
: <tt>'''SUM'''</tt> can also be used to sum or count cells where a specified condition is true - see '''[[Documentation/How_Tos/Conditional Counting and Summation|Conditional Counting and Summation]]'''.
 
: <tt>'''SUM'''</tt> can also be used to sum or count cells where a specified condition is true - see '''[[Documentation/How_Tos/Conditional Counting and Summation|Conditional Counting and Summation]]'''.

Revision as of 18:03, 4 October 2008


SUM

Sums the contents of cells.

Syntax:

SUM(number1; number2; ... number30)

number1 to number30 are up to 30 numbers or ranges/arrays of numbers whose sum is to be calculated.
SUM ignores any text or empty cell within a range or array.
SUM can also be used to sum or count cells where a specified condition is true - see Conditional Counting and Summation.

Example:

SUM(2; 3; 4)

returns 9, because 2+3+4 = 9.

SUM(B1:B3)

(where cells B1, B2, B3 contain 1.1, 2.2, 3.3) returns 6.6.

See also:

SUBTOTAL, DSUM, SUMIF, SUMSQ, SUMPRODUCT

Mathematical functions

Conditional Counting and Summation

Functions listed alphabetically, Functions listed by category

Personal tools
In other languages