CountIF w/ multi select
I'm trying to create a formula to count the number of rows containing a specific location where the location column is a multi select. Also, part of that formula needs to only account for that location in an "Open" status. So far I've been able to make the formula work to disregard anything that is "Complete" or "On Hold". I've been messing around with adding a CONTAINS or a FIND to the formula for gathering that specific location data, but I'm not coming up with anything that works. For example, how would I write this formula to find how many rows contain "Rural Hall" and are not under a Complete or On Hold status?
Answers
-
Try something like this...
=COUNTIFS(Status:Status, AND(@cell <> "Complete", @cell <> "On Hold"), Location:Location, CONTAINS("Rural Hall", @cell))
-
Hello @Kevin Greco ,
You may want to use something like this: =COUNTIFS(Status:Status, <>"Complete", Status:Status, <>"On Hold", Values:Values, CONTAINS("Rural Hall", @cell))
See the results in my below screenshot:
Kindest Regards
Sean
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!