SUM
The SUM function returns the sum of all numbers in the arguments, which can be numbers or node references.
Syntax
Arguments
value1 – The first node or number to be added. This is a required argument.
value2,...– The additional nodes or numbers to be added. These are optional arguments.
Example
Returns the sum of COLUMN1 and COLUMN2
Excel equivalent
Last updated