ZonoTools

Excel Practice - COUNTIF

Instruction

Count how many cells in A2:A6 are equal to "North".

Formula Syntax

=COUNTIF(range, criteria)

  • range: Source range/array for calculation.
  • criteria: Condition used to filter values.

What it does

Count cells that match one condition.

sales-by-region.xlsx

ABC
1RegionRepSales
2NorthLiam320
3SouthMia280
4NorthNoah410
5WestOlivia295
6SouthPaul360
7Output

Input Formula

Need Help?

Tips

  • Use COUNTIF with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.