CountIf

Counts values in the column filtered by the condition

CountIf(column1, column2 > 11480) → 843
CountIf(column2, column2 > 5000) → 125

Inputs

CountIf(column, [condition])

  • column - A column to count values

  • [condition] - [optional] - Condition to filter values in the column

Last updated