Last updated 1 year ago
Gets the sum of all values in the column filtered by the condition
SumIf(column, [condition])
column - A column to calculate the sum for
column
[condition] - [optional] - Condition to filter values in the column
[condition]
Sum(column1, column1 > 128) → 768 Sum(column2, column2 < Pi()) → 1178