CountIF with multiple options?
I have a formula that needs to meet 3 criteria, but the 3rd criteria has 3 different options that it has to be ONE of. Referencing a source sheet, here are the criteria I need:
- Processing group = "Desking"
- Style Ready = "Yes"
- Status = ONE of these:
- "Reviewd - Non-clusterable"
- "One-to_one"
- "Clustering complete"
I can only figure out a formula for the first two conditions so far. Let me know If you can help me pull in the status condition!
Answers
-
Hi @paigemcd
I think you should just be able to add an OR condition in the last value, so your formula would look like:
=COUNTIFS({BT Migration Master Sheet Range 2},"Desking",{BT Migration Master Sheet Range 1}, "yes", {STATUS RANGE},OR(@cell = "Reviewd - Non-clusterable", @cell = "One-to_one", @cell = "Clustering complete"))
The bold text is the additional part of the formula and the only thing I didn't know what what the cross sheet reference status range would be called so link that like your other cross sheet references and you should be good.
Any issues just @ me and I'll have a look.
-
@Gillian C I think this worked!! After reviewing with my team I'll see if there's any issues with the data but thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!