How can we help?

Close
icon

Give us a call

Our team of experts are on hand and ready to help.

0161 883 2655
icon

Live chat

Ready to chat data? That's what we're here for

icon

Submit an enquiry

Fill out your details and one of the team will be in touch

Get in touch

Learn to Manage Multiple Criteria Through COUNTIF Formula

 Being able to check that the criteria of data entered in to a cell range is useful function in Excel, but now you are able to determine the criteria in a number of cell ranges. In earlier versions of Excel, you can use the COUNTIF function to check a cell range for a single criteria, but from Excel 2007 onwards, you can use the COUNTIFS function for finding multiple criteria in a spreadsheet; proving that knowing your version of Excel can bring wonders to your data. The COUNTIFS function can be used to find the data that meets selected criteria in two or more cell ranges.

The syntax for this the Countifs multiple criteria function is ,

Countifs(criteria_range1, criteria1, [criteria_range2, criteria2]…)

 

COUNTIFS

The criteria in the example given are for sales of cars that have exceeded 10 in any given year. The criteria range 1 is B2 to B10 and the criteria is cars.  The criteria range 2 is C2 to C10 and the criteria is greater than ( > ) 10. The function is written as,

=COUNTIFS(B2:B10,”cars”,C2:C10,>10). The returned answer in cell A12  is 3, there are three years that the sales of cars have exceeded 10.

Click on the formula tab on the Excel ribbon and then on the More functions button, from the drop down list choose statistical and then click on Countifs. When the Function arguments dialogue box appears you will have an area to enter the criteria range 1 and the same for the criteria. You will get then get the options for entering multiple criteria.