Is there a CONTAINS alternative for Contact formatted cells?
Goal: Count the number of times a name is mentioned.
Assigned to is multiple contact column
Name is a contact column
=COUNTIFS({P & A - Assignments List | Assigned To}, CONTAINS([Name]@row, @cell))
Is there a CONTAINS alternative for Contact formatted cells?
Best Answer
-
Yes, you are looking for the HAS() function.
=COUNTIFS({P & A - Assignments List | Assigned To}, HAS(@cell, [Name]@row))
Answers
-
Yes, you are looking for the HAS() function.
=COUNTIFS({P & A - Assignments List | Assigned To}, HAS(@cell, [Name]@row))
-
The HAS function works for contact type data when you are looking for an exact match. If you are looking for a partial match (such as just last name or something like that), you would use the FIND function.
.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 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!