Can I "count a specific person in an Assigned To column when there are multiple people in that cell?

I want to know how many tasks are assigned to a certain individual, but this individual is assigned to tasks that are also assigned to others as represented in the Assigned To column. The "Allow Multiple Contacts Per Cell" box checked. Is there a formula that will pull out only one of the names listed? i.e., 3 cells have my person listed; two of the 3 have another individual listed. I want the formula to state that my person has 3 tasks.
Best Answer
-
Hey
Try this
=COUNTIFS([Assigned To]:[Assigned To], HAS(@cell, "specific person"))
Change to the specific person name you need or use [Assigned To]@row (without any quotes) if all the names are in a list. When using a specific person you will need to be mindful whether smartsheet is listing the name as a Contact name, or an email address - write it exactly the way that smartsheet does
Answers
-
Hey
Try this
=COUNTIFS([Assigned To]:[Assigned To], HAS(@cell, "specific person"))
Change to the specific person name you need or use [Assigned To]@row (without any quotes) if all the names are in a list. When using a specific person you will need to be mindful whether smartsheet is listing the name as a Contact name, or an email address - write it exactly the way that smartsheet does
-
THANK YOU!! I never cease to be amazed - this worked!! Thanks for the HAS function! :)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives