COUNTIFS question

faisalm2

New Member
Joined
Jun 5, 2017
Messages
12
Hi Guys

I got a query regarding counting specific dates within a month and I want the countif to be done a specific condition.

The example

A tutor (one condition) is teaching a specific course (second condition) and she does this course multiple times a year and I want a formula to count how many student they have for a particular course and tutor. The formula that I am currently using works but it's long to copy for all the tutors and courses. I want to know a quicker method. I have pasted the formula below that I am currently using.

=COUNTIFS('May - Data'!E:E, "English", 'May - Data'!F:F, "DS", 'May - Data'!H:H, ">"&"01/05/2017",'May - Data'!H:H,"<"&"01/06/2017")
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
You can replace your criteria with cell references. You dont need to change the formulas then. You can just point it at different cells.
 
Upvote 0
That is something I did think off. But it wouldn't work as I get data on a month by month basis.
 
Upvote 0

Forum statistics

Threads
1,216,110
Messages
6,128,892
Members
449,477
Latest member
panjongshing

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top