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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!