SUM
Evaluates the sum of all given values.
Syntax
=SUM(Range1...RangeN)
Arguments
| Name | Type | Description |
|---|---|---|
| Range1...RangeN | Ranges or Numbers | A list of references or ranges to calculate the sum for. |
Return
| Type | Description |
|---|---|
| Number | Sum of all given arguments. |
Examples
| A | |
|---|---|
| 1 | 17 |
| 2 | 1 |
| 3 | 32 |
| Formula | Result | Comment |
|---|---|---|
| 21 | |
| 52 |