BeginnerStatistical Functions
Count orders above a threshold with COUNTIF
Count how many rows meet a numeric condition.
COUNTIF
5 min15 points
Counts cells that meet one condition.
COUNTIF(range, criteria)
Statistical Functions.
=COUNTIF(C2:C9,">2000")
Returns 4
Counts how many of the eight orders cleared the $2,000 free-freight threshold.
The condition must be a text string when it contains an operator. Writing >2000 without quotes is a syntax error.
Knowing what a function does and being able to write it from memory are different skills. These close the gap.
All COUNTIF practice exercises →
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