Sum Rows
Syntax:
sum(Table.Column)
total(Table.Column)
Calculates the sum of all numbers in a list or a table column. You can use total()
as an alternative syntax:
Example
Sum Rows that Meet a Condition
Syntax:
sumif(Table.Column, Table Column Condition)
Calculates the sum of an entire column based on your specified condition.