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?
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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!