Countifs one of the arguments is month and year???

Tonyd789

Board Regular
Joined
Feb 6, 2011
Messages
89
Hi I'm using a countifs function where there are 3 arguments.

One of the arguments i'm asking it to look at is a date and if it falls in a certain month and year then it counts it as long as the other arguments also qualify, how do i go about writing this into my formula?

Any and all help will be greatly appreciated.

Regards
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
You can do it with COUNTIFS as shown in D2, but I would normally swap to sumproduct as in D3

Excel Workbook
ABCD
1
2a1/07/20182
3a14/07/20182
4a27/07/2018
5a9/08/2018
6a22/08/2018
7a4/09/2018
8a17/09/2018
9b1/07/2018
10b14/07/2018
11b27/07/2018
12
Count in month & year
 
Upvote 0
Thats great thank you Peter.

I went with the sumproduct version.:biggrin:
Cheers. :)

Just be aware that the COUNTIFS is considerably more efficient, so if you have a very large amount of data (like many tens of thousands of rows) and/or a very large number of these formulas on your sheet there may eventually be a noticeable performance issue and you might be better to use the COUNTIFS.
 
Upvote 0

Forum statistics

Threads
1,215,124
Messages
6,123,189
Members
449,090
Latest member
bes000

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