Countifs with multiple criteria in one column
Hello,
Trying to use countifs with the first column having multiple criteria. I need the count in {B3, BRIDGE, C2B Subfleet}, =319 or "3HF". I am counting for a metrics widget so I do not want to separate the count.
=COUNTIFS({B3, BRIDGE, C2B Subfleet}, =319, {B3, BRIDGE, C2B In}, >=TODAY(), {B3, BRIDGE, C2B In}, <=TODAY(7))
Thank you in advance, Garrett
Best Answer
-
You would use something like this:
=COUNTIFS({B3, BRIDGE, C2B Subfleet}, OR(@cell = "319", @cell = "3HF"), {B3, BRIDGE, C2B In}, >=TODAY(), {B3, BRIDGE, C2B In}, <=TODAY(7))
Answers
-
You would use something like this:
=COUNTIFS({B3, BRIDGE, C2B Subfleet}, OR(@cell = "319", @cell = "3HF"), {B3, BRIDGE, C2B In}, >=TODAY(), {B3, BRIDGE, C2B In}, <=TODAY(7))
-
Thank you Paul I appreciate the response. I did figure it out late last night to the exact thing you did. Still learning how it all works.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 465 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!