Returns the sum of all the given numbers or arguments.
Syntax
Remarks
The operator "+" can be used instead of the SUM function to multiply numbers. For example., =2+3+5.3
When only one number is given as input, the SUM function returns the same number as the result.
Examples
|
Formula |
Result |
|
=SUM(23;12;10) |
45 |
|
=SUM(D2:D8) |
$297,240 |
|
=SUM(Units_sold) |
2467 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions