VarianceIf
Last updated
Gets the variance of non-empty values in the column filtered by the condition
VarianceIf(column1, column2 == 22) → 2
VarianceIf(column1, IsOdd(column2)) → 360.91VarianceIf(column, [condition])
column - A column to calculate the variance for
[condition] - [optional] - Condition to filter values in the column
Last updated