How to count "Contact" cells with multiple contact per cell
Options
There is a contact column where multiple contacts per cell are allowed. How can I count the total number of rows that contain a specific name? Is it possible to combine COUNTIFS & CONTAINS?
=COUNTIFS({Responsible}, {Status}, "NEW", {Responsible}, CONTAINS("Dmitry Gorobets", {Responsible}))
The formula returns 0, but the value should be much bigger. Does CONTAINS formula work with contact columns?
Tags:
Answers
-
Hi @Aliaksandr Ilyuk
Hope you are fine, please try the following formula:
=COUNTIFS({Status}, @cell = "New", {Responsible}, HAS(@cell, "Dmitry Gorobets"))
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
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!