COUNTIF
Last updated
Was this helpful?
The COUNTIF function returns the count of values that match a specified condition.
COUNTIF(list, condition)list: The list of values to evaluate.
condition: The condition used to filter the values.
Returns the number of values that satisfy the given condition.
COUNTIF([[2024.Plan_Variance %], [2025.Plan_Variance %], [2026.Plan_Variance %]], ">0")Returns the count of Plan Variance % values across 2024, 2025, and 2026 that are greater than 0.

Last updated
Was this helpful?
Was this helpful?