How to count items in a multi dropdown list?

Hello -
I've read through plenty of scenarios on this topic but still haven't been able to get this to work exactly -
I would like to write a formula that counts the number of functions within the dependency column as a whole. Currently, I am using a COUNTIF function for each individual function but it does not work when there are multiple items in one cell (i.e. COUNTIF({Europe RemainCo. Workplan Range 4}, "Finance / Accounting") + COUNTIF({Europe RemainCo. Workplan Range 4}, "HR / Benefits"+.....etc.)
Any guidance on how to rewrite this formula to capture cells with more than one input would be greatly appreciated.
Thanks!
Naomi
Answers
-
Try using the CONTAINS function...
=COUNTIFS({Europe RemainCo. Workplan Range 4}, CONTAINS("Finance / Accounting", @cell))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!