Count users assigned from sheet while using Edit reference to another sheet
Hi All
I have Smartsheet that collates data for a dashboard.
One of the areas is trying to get the number of Assigned users based on criteria. Example how many sub-projects have not started and give me the count.
I can get this to work if only one user is in a cell, but if there is more, it fails and generally only picks up the first assigned user.
1)COUNTIFS
2) Reference another sheet to gather Assigned To
3) Match Users name on sheet
4) Reference another sheet to gather Status
5)Cross reference Status on sheet
=COUNTIFS({DP Assigned to}, [Assigned To]@row, {DP Status}, $[Not Started]$1)
Best Answer
-
Try working in a HAS function like so...
=COUNTIFS({DP Assigned to}, HAS(@cell, [Assigned To]@row), {DP Status}, $[Not Started]$1)
Answers
-
Try working in a HAS function like so...
=COUNTIFS({DP Assigned to}, HAS(@cell, [Assigned To]@row), {DP Status}, $[Not Started]$1)
-
Perfect, thank you very much
-
Happy to help. 👍️
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
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!