Countifs OR
I'm trying to count how many match the first (Location) and second (Status) criteria, and then match one of the third (Position) criteria:
=COUNTIFS({Location}, "Wisconsin VAC", {Status}, "Offer in Progress", OR({Position} = "Applicator", {Position} = "Registered Nurse", {Position} = "EMT", {Position} = "PA/NP"))
Thoughts?
Best Answer
-
Try this...
=COUNTIFS({Location}, "Wisconsin VAC", {Status}, "Offer in Progress", {Position}, OR(@cell = "Applicator", @cell = "Registered Nurse", @cell = "EMT", @cell = "PA/NP"))
Answers
-
Try this...
=COUNTIFS({Location}, "Wisconsin VAC", {Status}, "Offer in Progress", {Position}, OR(@cell = "Applicator", @cell = "Registered Nurse", @cell = "EMT", @cell = "PA/NP"))
-
Perfect! Thanks.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!