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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!