Skip to main content
Version: Streamsheets 2.5

SUM

Evaluates the sum of all given values.

Syntax

=SUM(Range1...RangeN)

Arguments

NameDescription
Range1...RangeNA list of references or ranges to calculate the sum for.

Return

Sum of all given arguments.

Examples

FormulaResultComment
=SUM(3, 6, 12)
21
=SUM("Test3",A2:B4, 2)

50