Sparda142

Board Regular
Joined
Dec 19, 2018
Messages
52
Hello,

I'm looking to get the count of the number of times a month within a year is listed in 2 tabs in excel.

Column BU tab in Gone is the Months in the formula
Column BV tab in Gone is the Years in the formula


Column P in ISRs tab is the Months in the formula
Column Q in ISRs tab is the Years in the formula

=COUNTIFS(Gone!BU16:BU550,3,Gone!BV16:BV550,"=2019",ISRs!P3:P78,3,ISRs!Q3:Q78,"=2019")
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Are you saying its not working, cos all youve stated so far is what youve done and no result of what problem you have.

If it's not working try

=COUNTIFS(Gone!BU16:BU550,3,Gone!BV16:BV550,2019,ISRs!P3:P78,3,ISRs!Q3:Q78,2019)
 
Last edited:
Upvote 0
Sorry for the delay on a response. Yes the formula wasn't working. The formula you have provided me does work. Thanks for all the help.
 
Upvote 0

Forum statistics

Threads
1,215,516
Messages
6,125,284
Members
449,218
Latest member
Excel Master

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