✍️ Excel summary examples

COUNTIF Examples in Excel

Learn COUNTIF examples for counting one condition such as status, category, blanks or thresholds.

Updated 2026-06-125 practical examplesCopy-ready

What it does

COUNTIF counts cells that meet one condition.

Syntax or pattern

=COUNTIF(range, criteria)
βœ…

5 practical examples

1

Count completed tasks

Count rows marked Done.

=COUNTIF(Tasks[Status],"Done")

Simple status counting.

2

Count values above target

Count sales above 1000.

=COUNTIF(Sales[Amount],">1000")

Comparison criteria go in quotes.

3

Count selected category

Use a category selected in a cell.

=COUNTIF(Products[Category],F2)

Dynamic criteria make dashboards easier.

4

Count blanks

Count missing owner cells.

=COUNTIF(Tasks[Owner],"")

Useful for data quality checks.

5

Count text containing a word

Count items that include β€œpro”.

=COUNTIF(Products[Name],"*pro*")

Wildcards match partial text.

Common mistakes to avoid

  • Selecting ranges with different sizes.
  • Using text values where numbers are required.
  • Forgetting how blanks and hidden rows are treated.

Related Excel examples

FAQ

Can this formula use Excel Tables?

Yes. Structured references often make summary formulas easier to read.

πŸ’‘ Useful resources

Here are some ideas for you

Optional resources that may help if you are learning formulas, building reports, or working in spreadsheets often.

  • πŸ“˜
    Excel formula books

    Practice formulas with structured examples you can keep beside your desk.

    See ideas
  • ⌨️
    Excel shortcut guides

    Build speed with keyboard shortcuts for selection, formatting and navigation.

    See ideas
  • πŸ”’
    Numeric keypads

    Helpful if you enter many numbers on a laptop or compact keyboard.

    See ideas
  • πŸ–₯️
    External monitors

    Useful for viewing large worksheets, formulas and reference tables side by side.

    See ideas
  • πŸ“’
    Desk notebooks

    Sketch formula logic, report ideas and table structures before building.

    See ideas
  • πŸ’»
    Laptop stands

    Make long spreadsheet sessions more comfortable and ergonomic.

    See ideas

Some links in this section may be affiliate links. Choose only what is useful for your own work.