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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!