Is there a CONTAINS alternative for Contact formatted cells?

J Mosher
โญโญ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!