SUM Operation

How to use the SUM operation in formulas

Definition

Example

Syntax Guide

Formula In Use

 


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

SUM


What's Next?