Visual / Report for data in a multi-value drop down column

Hello!
I have a drop down column with 14 options and the ability to allow multiple values per cell. It is a sheet to show different company internal initiatives, when they are happening, and which team they impact. The impacted team is the multi value drop down.
I want to create a visual that shows how many things are impacting each team in each month so that we can see if there is too much focus / pressure on one team at any given time.
There seems to be a lot of restrictions with the multi value drop down though.
Anyone know of any work arounds to still be able to group by the team on a report or create a graph widget on a dashboard?
Thanks!
Answers
-
You will need to use a separate sheet with cross sheet formulas.
Basic structure would be teams as columns and months as rows, then a COUNTIFS along the lines of
=COUNTIFS({Source Sheet Team Column}, HAS(@cell, "Team 1"), {Source Sheet Date Column}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2024))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!