Gets the maximum value in the column filtered by the condition
MaxIf(column1, column2 > 20) → 50 MaxIf(column1, EndsWith(column2, "3")) → 41
MaxIf(column, [condition])
column - A column to calculate the maximum value for
column
[condition] - [optional] - Condition to filter values in the column
[condition]
Last updated 1 year ago