Countifs function when using multiple contacts in a cell
Hello,
I am trying to run metrics on assigned tasks that are assigned to people on my team.
I have reports that will pull into each person's task report even with multiple assigned contacts in a cell, but when I do COUNTIF for a specific person's task, it does not count because there are multiple contacts in a cell.
current formula is =COUNTIFS({Assigned To}, [Primary Column]@row), where [Primary Column]@row = the persons name.
Problems is that she has 2 tasks, however one of them is in conjunction with 2 other names in the contact field so it only counts 1 task instead of both tasks.
Is there a different formula that will count her task if her name is one of three names in the contact column?
Thanks in advance
Sarah
Best Answer
-
You will need to incorporate a HAS function.
=COUNTIFS({Assigned To}, HAS(@cell, [Primary Column]@row))
Answers
-
You will need to incorporate a HAS function.
=COUNTIFS({Assigned To}, HAS(@cell, [Primary Column]@row))
-
You're amazing, thanks!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 405 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!