Count how many orders shipped with COUNT
Use COUNT to find how many rows contain a numeric value.
COUNT
Counts how many cells in a range contain numbers. Below are 1 interactive exercise 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.
COUNT(value1, [value2], ...)
Ordered from most approachable to hardest.
Counts how many cells in a range contain numbers. 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.
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 COUNT and producing it from memory, correctly, on data you have not seen before, only closes by doing it.