How can I pull data from a multi select drop down column?

I created a multi select drop down column for my team to select project types. Now I need to pull the number of each project type and summarize it into a graph or chart. How can I do that?

Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    You would create a table with the various project types listed out in a column. You would then use a COUNTIFS/HAS combo to get your counts.

    =COUNTIFS({Source Data Project Types Column}, HAS(@cell, [Metrics Sheet Project Type Column Name]@row)


    Then you can reference this metrics data in your chart widget on a dashboard.

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com