Using COUNTIF for Better Data Analysis and Validation

COUNTIF is a powerful tool that can help you to make sense of large sets of data, pulling out the information you need quickly and easily. Find out how to use COUNTIF in this blog by Happy’s IT HelpLine Manager, Ed Lepre.

Hi, we are Happy

We are leading a movement to create happy, empowered and productive workplaces.

How can we help you and your people to find joy in at least 80% of your work?

Keep informed about happy workplaces

Sign up to Henry's monthly Happy Manifesto newsletter, full of tips and inspiration to help you to create a happy, engaged workplace.

COUNT and COUNTA functions count cells that contain either one value or another. To analyse your data using multiple criteria, you need either to use a helper column then tally up the count, or a more complex single cell formula.

This is fine if the database you are using is small, but when we wish to analyse our data using multiple criteria with large datasets, COUNT or COUNTA are simply not up to the job. The COUNTIF function, however, will get it just like that!

In this blog, we’ll look at COUNTIF in a bit more detail and show you how to use it.

What is the COUNTIF function?

When we are trying to count the number of times we have an item appearing in a list of text, a value in a list, or a list of dates, then the function COUNTIF should be used.

In the table below, we have a list of items sold in different centres and areas. We want to know how many times we have sold Toffee.

An example table


As you can see, the word “Toffee” appears twice, and it is this value (2) that we want to display in cell D13.

To do this, we would use the following formula: =COUNTIF(D3: D11,”Toffee”)

Structure of COUNTIF

A COUNTIF function has two arguments.

=COUNTIF(Range, Criteria)

For example: =COUNTIF(D2:D11,“Toffee”)

Lookup by specific criteria using Data Validation

There are times when we want to look up a value for different items quickly, rather than having to keep re-entering the criteria. To do this we would use data validation or a dropdown menu.

The formula would then update each time you select an entry from the predefined list, as you can see below:

Lookup by specific criteria


In this example, we want to know how many times ‘Chocolate Buttons’ appears in the Item column D. We then want that number to be displayed in cell D15. To do this we need the formula: =COUNTIF(D2:D11,C15)



In this case, the COUNTIF function is part of an expression that returns TRUE when a value exists in a specified range or list, and FALSE if not.

The COUNTIF function simply counts occurrences of the value in the list. Any count greater than zero will pass validation.

Multiple criteria using COUNTIF Function

Alternatively, you can list how many items were sold of each particular item to make it easy to see which item has sold the best – rather than show only one item each time.

In the example below, the list of Items is shown in a new table below the main table with the duplicates removed. The formula then counts the number of times the item appears in range D2 to D11, and displays the result adjacent to the relevant item in the new table.


Now, instead of typing the name of the item into the formula each time, we can use the cell reference for where the name of the item appears. For instance, we would use the cell C15 for Cheesy Crackers.

To do this, we will need to create a list of unique items. We created this second table by copying the list of items in Column D and using the ‘Remove Duplicates’ tool. This ensured that all items in the original table were included, with none missed out or forgotten – which may have happened if we had manually typed this list.

It is a good idea to copy the original range of items or table to other cells, worksheets or workbooks first before removing duplicate data, to preserve the integrity of the original table.

Once we have created our new list, we can populate the Number of Sales column. We can type this formula into cell D15: =COUNTIF($D$2:$D$11,C15)

We can then copy it down to the end of the new Item list, cell D20. By fixing the range (using Absolute Cell References), the formula will search in a consistent range, and not miss out rows as you copy the formula down.

We now have the number of sales for each item, displayed against its name.

Greater than and smaller than

If you want to count the number of elements larger (or smaller) than a certain value, add your second parameter as a logical test instead (such as > 100, > = 100, <50, etc.).

Using greater than 

In the example above, you can see that the number of items that sold 100 units or greater is seven.

To calculate this, you would type the following formula into cell D15: =COUNTIF(F2: F11, “>=100”)

Note that as the logical test will contain characters other than numbers, i.e. > and =, you will need to type your parameter within speech marks (“”).

Using greater than 

Related Blogs

Learn the 10 core principles to create a happy and productive workplace in Henry Stewart's book, The Happy Manifesto.

Support your aspiring and current managers to be empowering and confident leaders with Happy

Happy offers leadership programmes at Level 3, Level 5 and Level 7, from new managers/supervisor level all the way up to senior leadership teams and CEOs. These programmes are based on the ideas of trusting your people. They are practical and based on applying what yo’ve learnt. We aim to inspire and ignite change in your organisation, as well as giving you valuable management skills such as business strategy, decision-making, negotiation and project management.

We also offer programmes tailored specifically to people from Global Majority backgrounds. The content is the same, but have been designed to give new and experienced managers the skills they need to navigate organisational culture with a clearer perspective on their own potential, as well as building their confidence and expanding their professional strengths.

Ed Lepre

Ed is a Microsoft Certified Trainer (MCT) and has worked at Happy for over 12 years. Although he trains the full suite of MS Office and non-Office packages at all levels, his favourite package is Excel. A previous winner of the prestigious Learning and Performance Institute’s ‘Learning Professional of the Year’ award, as well as other training accolades, he is also the IT Helpline Manager.

What you should look at next