Count when multiple drop-down selections are chosen
I have a "Project Type" column that allows for multiple drop-down selections: Manufacturing Site Change, Process Change, Vendor Change, etc. I am trying to count each individual project type even if multiple selections have been made in a single cell; e.g., if I've got Manufacturing Site Change and Process Change both selected in the same cell, I need to count each of them. I've tried COUNTIFS, but I haven't had success. Any help is appreciated!
Best Answer
-
Try something like this...
=COUNTIFS([Column Name]:[Column Name], HAS(@cell, "Manufacturing Site Change"))
Answers
-
Try something like this...
=COUNTIFS([Column Name]:[Column Name], HAS(@cell, "Manufacturing Site Change"))
-
Hi Paul! Thanks so much for the response. I'm pulling from a different sheet, so I changed the first bit of your suggestion to accommodate that and it worked beautifully!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!