Last updated 1 year ago
Gets the minimum value in the column filtered by the condition
MinIf(column, [condition])
column - A column to calculate the minimum value for
column
[condition] - [optional] - Condition to filter values in the column
[condition]
MinIf(column1, column2 == 29) → 451 MinIf(column1, column3 == "Counter") → 2045.13