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!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!