sum

Use the sum function to calculate the total of two or more Integer/ Decimal values, or values that make up a Collection.

Function format

sum(Input value)

  • Input value: accepts Integer/ Decimal values, or a Collection. The values added to the other value(s) to determine the total sum value.

sum example

sum(1, 2, 3, 4, 5)

The formula returns the Integer value 15.