Countifs OR

Nick Allgauer
✭✭✭✭
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.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!