Count orders above a threshold with COUNTIF
Count how many rows meet a numeric condition.
COUNTIF
Counts cells that meet one condition. Below are 3 interactive exercises that put it to work on realistic business data — you write the formula, and get told exactly what went wrong when it does not work.
COUNTIF(range, criteria)
Ordered from most approachable to hardest.
Count how many rows meet a numeric condition.
COUNTIF
Produce a summary line combining count, total and average for one region.
COUNTIF · SUMIF
Use COUNTIF to reconcile two lists and spot what is absent.
COUNTIF · IF
Counts cells that meet one condition. It belongs to the statistical functions family, and it shows up constantly in real work — which is why it is worth being genuinely fluent rather than merely familiar.
Before this one, it helps to be comfortable with COUNT. The exercises below assume that ground is covered.
Reading about a function is not the same as being able to write it. The exercises on this page exist because the gap between recognising COUNTIF and producing it from memory, correctly, on data you have not seen before, only closes by doing it.