Skip to content

SUM

Math & Trig

SUM helps you perform mathematical and trigonometric calculations for everyday analysis workflows.

Overview

Start with "=" then enter SUM(number1, [number2], ...). Keep argument order as shown and use cell ranges where appropriate.

Parser pathComplete docs

Syntax & Arity

=SUM(number1, [number2], ...)

1+ arguments

Arguments

ArgumentRequiredTypeDescription
number1RequiredSingleNumeric input value.
number2OptionalSingleNumeric input value.

Example Inputs & Outputs

Formula

=SUM(A1:A5)

Example Output

42

Adds all numeric values in the selected range.

Related Functions