Countifs with multiple, multiple criteria

Plukey

Board Regular
Joined
Apr 19, 2019
Messages
138
Office Version
  1. 2016
Platform
  1. Windows
Excel Formula:
=COUNTIFS(Mondays_Report[PLN Complete],"no",Mondays_Report[AOR],H3,Mondays_Report[PLN-BD SchFin],"<"&TODAY())+COUNTIFS(Mondays_Report[PLN ActFin],"<>"&"",Mondays_Report[AOR],H3,Mondays_Report[PLN-BD SchFin],"<"&TODAY())

Current formula works as it should, but.. Now i need to add one more criteria & i cant figure it out for nothing.

I need to add another cell reference to filter on...as of now Im filtering on [AOR] now i also need to filter on [BLOCK]

1679663144741.png

1679663216282.png
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Maybe
Excel Formula:
=COUNTIFS(Mondays_Report[PLN Complete],"no",Mondays_Report[AOR],H3,Mondays_Report[BLOCK],G3,Mondays_Report[PLN-BD SchFin],"<"&TODAY())+COUNTIFS(Mondays_Report[PLN ActFin],"<>"&"",Mondays_Report[AOR],H3,Mondays_Report[BLOCK],G3,Mondays_Report[PLN-BD SchFin],"<"&TODAY())
 
Upvote 0
Solution
Maybe
Excel Formula:
=COUNTIFS(Mondays_Report[PLN Complete],"no",Mondays_Report[AOR],H3,Mondays_Report[BLOCK],G3,Mondays_Report[PLN-BD SchFin],"<"&TODAY())+COUNTIFS(Mondays_Report[PLN ActFin],"<>"&"",Mondays_Report[AOR],H3,Mondays_Report[BLOCK],G3,Mondays_Report[PLN-BD SchFin],"<"&TODAY())
ABSOLUTLEY perfect...! May I ask one more favor? help with incorporating (G3) in the next two formulas?
Excel Formula:
=COUNTIFS(Mondays_Report[PLN ActFin],"<>"&"",Mondays_Report[AOR],H3)
Excel Formula:
=COUNTIFS(Mondays_Report[PLN Complete],"",Mondays_Report[AOR],H3,Mondays_Report[PLN-BD SchFin],"<"&TODAY())
 
Upvote 0
Just add that the same way I did.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
ABSOLUTLEY perfect...!
The marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,478
Latest member
Davenil

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