Last updated 1 year ago
Counts values in the column filtered by the condition
CountIf(column, [condition])
column - A column to count values
column
[condition] - [optional] - Condition to filter values in the column
[condition]
CountIf(column1, column2 > 11480) → 843 CountIf(column2, column2 > 5000) → 125