Counting Items mentioned once in a multi drop down option
How do I have on a tracking sheet where as long as the item is mentioned in a multi choice cell, it counts that item I am requesting? "At Risk Associate" needs to show 4 times, but doesn't show anything. I use COUNTIFS and tried HAS but nothing has worked.
Answers
-
COUNTIF and HAS would be exactly what I would do in this situation. Are you receiving an error, or an incorrect count? It would be helpful to see the formula you tried and a screen capture of your sheet, but please block out any sensitive data.
Here's an example of the COUNTIF and HAS together, in a cross-sheet formula, using @cell:
=COUNTIF({Referenced Column}, HAS(@cell, "Criteria"))
The "Criteria" could either be built into the formula "like this", or it could be a referenced cell [Like this]@row.
You could add other criteria in a COUNTIFS as well, if you'd like:
=COUNTIFS({Referenced Column}, HAS(@cell, "Criteria"), {Other Column}, "Other Criteria")
Let me know if you still need help!
Cheers,
Genevieve
Need more information? 👀 | 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
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!