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
- 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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!