Sum
Sum the values in a column or group.
Usage
Sum(number)
number (required) Column of numbers to add together. Any Null values are skipped.
Example
Sum([Profit)]
- Finds the total Profit.
Sum the values in a column or group.
Sum(number)
number (required) Column of numbers to add together. Any Null values are skipped.
Sum([Profit)]