sheet summary formula for multiple entry drop down box
Hi All
I was wondering if somebody could write me the exact formula required as I have looked at lots of other posts and tried to do it but nothing is working.
Some employees work accross multiple departments.
The current code is =COUNTIF(Department:Department, "Projects").
It is only finding 2 employees who have only Projects selected, and not finding the 3rd who has admin and projects selected.
I would be eternally grateful for the correct formula!
Best Answer
-
Hi @crestiemummy,
This should do what you're after:
=COUNTIF(Department:Department, HAS(@cell, "Projects"))
Example:
Hope this helps, but any problems/questions just post! 🙂
Answers
-
Hi @crestiemummy,
This should do what you're after:
=COUNTIF(Department:Department, HAS(@cell, "Projects"))
Example:
Hope this helps, but any problems/questions just post! 🙂
-
Wow, that was a really quck reply, and is working perfectly.
Thank you so much!
I should have asked the question sooner instead of wasting half a day on it 😉
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!