Last updated 2 months ago
Was this helpful?
The Sum function adds the numerical values in a column or group.
Sum(column)
Function arguments:
column (required) - The column of numbers to add together. Any Null or empty values are skipped.
Finds the total Profit by finding the sum of the Prices and subtracting the sum of the Costs.
Sum([Price]) - Sum([Cost])