Watch Excel Tutorial Video – Excel Function – COUNTIFS

COUNTIFS Function in Excel

Complete Excel VBA Course

COUNTIFS function is used to get the total count for number of times the various criteria across ranges are met.

COUNTIFS Function has one required arguments i.e. criteria_range1, criteria1 and Optional arguments i.e. [criteria_range2, criteria2]…

We can place multiple criteria or conditions in function by separating them with comma ( , )

Complete Excel VBA Course
Syntax:
=COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…)
Syntax Description:

criteria_range1 argument is used to give the range in which criteria1 needs to find

criteria1 argument is used to give criteria for count. We can give value (example “A”, >10, 50) or cell reference# (example: F2) in this argument

[criteria_range2] optional argument is used to give the ANOTHER range in which criteria2 needs to find

[criteria2] optional argument is used to give criteria2 for count. Value or cell reference# can be given.

Kindly note, we can add multiple criteria in the function by separating them with Comma ( , )

Example 1: COUNTIFS function with Single Criteria

Here, we want to get the count of students who obtained Grade A:

  • “Column A to D” has students details,
  • “Column F” shows the sample criteria1, that is to be counted,
  • “Column G” shows the sample formula applied,
  • “Column H” shows the output of the function and,
  • Explanation is provided in Column “I”

We will be using COUNTIFS function as follows:

COUNTIFS Function
– Example 2: COUNTIFS function with Multiple Criteria:

Here, we want to get the count of Male Students (criteria1) who have obtained Grade A (criteria2):

  • “Column A to D” has detail of students,
  • “Column F” shows the sample criteria1, that is to be counted,
  • “Column G” shows the sample criteria2, that is to be counted,
  • “Column H” shows the sample formula applied,
  • “Column I” shows the output of the function and,
  • Explanation is provided in Column “J”

We will be using COUNTIFS function as follows:

COUNTIFS Function

Hope you learnt this Function,

Don’t forget to leave your valuable comments!

Recommended Articles

Secrets of Excel Data Visualization: Beginners to Advanced Course

Here is another best rated Excel Charts and Graph Course from ExcelSirJi. This courses also includes On Demand Videos, Practice Assignments, Q&A Support from our Experts.

This Course will enable you to become Excel Data Visualization Expert as it consists many charts preparation method which you will not find over the internet.

So Enroll now to become expert in Excel Data Visualization. Click here to Enroll.

Excel VBA Course : Beginners to Advanced

We are offering Excel VBA Course for Beginners to Experts at discounted prices. The courses includes On Demand Videos, Practice Assignments, Q&A Support from our Experts. Also after successfully completion of the certification, will share the success with Certificate of Completion

This course is going to help you to excel your skills in Excel VBA with our real time case studies.

Lets get connected and start learning now. Click here to Enroll.

Similar Posts

Leave a Reply

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