Assignee counts get skewed if multiple assignees
If my Assignee columns has multiple people in it and data in the row gets skipped in this count.
this is the old formula:
=COUNTIFS({Assignee}, Team3, {Status}, "In Queue")
Anyone out there have any suggestions.. I have been trying this:
=COUNTIFS({Assignee}, CONTAINS("John Doe"@cell), {Status}, "In Queue"))
Even if the Assignee column has multiple people I want it to count the row for the person.
Thanks!
Answers
-
Hi Zinn,
Try using the HAS function in place of the CONTAINS function.
Proposed Formula:
=COUNTIFS({Assignee}, HAS(@cell, "John Doe"), {Status}, "In Queue")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 378 Global Discussions
- 208 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 33 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!