Multiple users in dropdown formula
I'm trying to countifs a user is on target. My sheet column is a multiple selection column, some rows have multiple users selected. When I create my formula, it doesn't count if said user is sharing a responsibility with someone else. Here is my current formula =COUNTIFS({2021-2022 COMPLIANCE WORK PLAN Person Responsible}, "JS", {2021-2022 COMPLIANCE WORK PLAN Status}, "On Target").
This user also shares a responsibility with someone else, she should show 5 on target, the formula only shows 4 since 1 tasks is shared with someone else.
Also, once I get this working how do I set it up on the dashboard so they can click on their name and show just their tasks?
Answers
-
Try this...
=COUNTIFS({2021-2022 COMPLIANCE WORK PLAN Person Responsible}, HAS(@cell, "JS"), {2021-2022 COMPLIANCE WORK PLAN Status}, "On Target")
AS for the dashboard question, is it a multi-select CONTACT type column or just a dropdown?
-
Thank you that worked.
The sheet is a Multi Select Dropdown
-
Since it is a dropdown as opposed to a contact type column, there is no easy way to set things up so they can just jump straight to their tasks. If it was set up as a contact type column, you could replicate the dashboard but have everything set up to filter by current user then provide a link to the "My Dashboard" on the main dashboard.
-
I changed the column to contact, and created the "View My Dashboard" and it worked perfectly. Thank you.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!