COUNTIFS in a multi-select contact column
I am trying to count the number of times a name appears in a multi-select contact column, however, none of the proposed formulas are working. Please advise.
Thank you!
Wendy
Best Answers
-
Try something like this:
=COUNTIF([project team]:[project team], FIND("Ed Brandt", @cell) > 0)
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response(s) as "helpful". This will let others searching for a similar solution know that one may be found here.
Answers
-
What formulas have you tried thus far and what are the issues with them?
You should be able to use a FIND function inside of a COUNTIFS.
-
I've tried a few. Mainly, =COUNTIF(project team:project team, FIND("Ed Brandt"), >0,@cell)
-
Project Team is my contact list column.
-
Try something like this:
=COUNTIF([project team]:[project team], FIND("Ed Brandt", @cell) > 0)
-
Worked PERFECTLY!!! Thank you so much!!
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response(s) as "helpful". This will let others searching for a similar solution know that one may be found here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!