Skip to content

Formulas to Count Cells with Multiple OR Criteria in Excel!

Ads
Listen to this article

In Excel, how could we count the cells with multiple criteria? There is a formula with the COUNTIF function in Excel. By applying it to the worksheet, we can easily count cells based on some conditions.

In this tutorial, we will guide you to learn the formulas for Counting Cells with Multiple OR Criteria in Excel. Get an official version of MS Excel from the following link:

https://www.microsoft.com/en-in/microsoft-365/excel

Formula to Count cells with Multiple OR criteriaPin
Formula to Count cells with Multiple OR criteria

General Formula

Here we come up with a simple formula to get the count of cells that fulfilled specified conditions or criteria.

=COUNTIF(range,”criteria″)+COUNTIF(range,”criteria″)+COUNTIF(range,”criteria″)

Syntax Explanations

  • COUNTIF – The COUNTIF function helps to count cells in a range that meets certain criteria.
  • range – It refers to the input range from where we want to count cells.
  • criteria – The condition needs to be fulfilled.
  • Parenthesis () – The main purpose of this symbol is to group the elements.
  • Plus operator (+) – This symbol will add the values.
  • Comma (,) – It is a separator that helps to separate a list of values.

How to Apply Formula to Count Cells with Multiple OR Criteria?

In order to count cells in the range based on certain conditions, we can use an Excel formula. This formula can make use of multiple COUNTIF functions. As we said earlier, the COUNTIF function returns the total count of cells that meets the given criteria within a range. For instance, we will need to get the count of students who all scored high marks in the examination.

Students Mark listPin
Students Mark list

Use the below-mentioned formula in any cell where you want to get the output result.

=COUNTIF(C2:C8,”80″)+COUNTIF(C2:C8,”<25″)+COUNTIF(C2:C8,”98″)

Type the formulaPin
Type the formula

Once you have entered the formula, click on the Enter button to execute it and get the result.

ResultPin
Result

If the above-given scenario is not enough to understand this formula and want to learn this with a simple example, kindly move to the following section.

Alternate Example

Here we come up with a simple example to know how to apply this Excel formula in the spreadsheet.

  • In the below screenshot, we give the input range in Column A, and age, and gender is given in Column B and Column C.
  •  Then, the age limits are given in Column E as shown in the image.
  • After that, apply the given formula in the selected area.
  • Finally, it will display the result in selected Cell F2 as shown in the below image.
Pin

Wind Up

In this article, you can get to know the formula for Counting Cells with Multiple OR Criteria in Excel. Kindly, drop your valuable feedback in the below comment section. Thanks for visiting AawExcel and Excel Formulas! Thank you so much for visiting our site!

Video Tutorial

The following video will let you know how to use an Excel formula to count cells with multiple OR criteria.

Video Tutorial

Further References:

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *

Share to...