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