COUNTIFS / CONTAINS
I'm struggling using the countifs function referencing another sheet for a multi-select drop down. For this example, I'm trying to count any cells in the group column in the reference sheet that contain "Instruments" where the status is not closed in the same reference sheet.
I'm using the following countifs to do this but it's returning 0 so there is clearly something wrong with my formula.
=COUNTIFS({Status}, <>"Closed", {Group}, CONTAINS("Instruments", {Group}))
The below works but it doesn't count the multi-select drop down cells, so I thought if I tried using a contains to search throughout all of the cells in that column it might help:
=COUNTIFS({Status}, <>"Closed", {Group}, "Instruments")
Any suggestions?
Best Answer
-
Nevermind, I figured it out.
I was missing this @cell
=COUNTIFS({Status}, <>"Closed", {Group}, CONTAINS("Instruments", @cell))
Answers
-
Nevermind, I figured it out.
I was missing this @cell
=COUNTIFS({Status}, <>"Closed", {Group}, CONTAINS("Instruments", @cell))
-
Hi Crystal,
Glad you sorted it out! Please feel free to post again if you need any other formula creation advice.
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!