SUM Operation
How to use the SUM operation in formulas
Definition
The SUM operation allows you to add two or more numbers together.
Example
SUM(1,2,11)
Result:
14
Syntax Guide
SUM(value1, [value2, ...])
value1 - The first number or range to add together
value2, ... - [ OPTIONAL ] - Additional numbers or ranges to add to value1
Formula In Use
What's Next?
- Learn more about how to write formulas
- Check out the TRIM operation
- Check out the UPPER operation