Count number of contacts
Hi,
I need to find how many times a specific team member appears in multiple contacts cell. I understand that Contains doesn't work on this kind of cell so I tried HAS but I don't get the expected results.
=COUNTIFS(Lead:Lead, HAS(@cell, Team1))
Any idea?
Thanks
Best Answer
-
Another solution that worked for me;
=COUNTIFS(<Column Name>, FIND("<replace name>", @cell) > 0)
Thanks
Answers
-
Are both these columns Contact columns?
If yes, it should work using the HAS function as you've described.
-
Yes, both are Contacts. Doesn't work
-
Another solution that worked for me;
=COUNTIFS(<Column Name>, FIND("<replace name>", @cell) > 0)
Thanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!