Multiple contacts in one cell count
Hello,
I am looking to count a specific contact within a cell that has multiple contacts but I would also like to ensure the count is for a specific criteria. For example
Joe Smith and Jane Doe are in the same cell but I want to count how many times Joe smith appears in the smartsheet while also ensuring he is meeting an additional criteria in another column as "in progress".
I am trying countif function with a find function but am having no luck.
any assistance would be greatly appreciated.
Answers
-
Try COUNTIFS + CONTAINS.
= COUNTIFS([status range], "in progress", [Range of contact column], CONTAINS("Joe Smith", @cell)
Similar to the solutions here: https://community.smartsheet.com/discussion/64461/countifs-contains-function
Kelly Drake (she/her/hers)
STARBUCKS COFFEE COMPANY| business optimization product manager
-
with respect to the @cell, I am referencing another sheet would this have any implications?
Also if I wanted to build in an additional layer around complexity would this be possible?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!