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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!