I am trying to create a function/formula to count all of the times a dropdown selection like "Apple" is used in a dropdown (multi select) column but nothing works.
User can select multiple items in the same cell.
Goal is to create a summary table that includes each of the dropdown options but I am having trouble figuring out how to format the function/formula.
Here is what I already tried that doesn't work:
=COUNTM({Spreadsheet Range 9}, Category9)
==> Category 9 being Cell9 in my current metric spreadsheet
=COUNTIFS({Spreadsheet Range 9}, (HAS(@cell, Category10)))
=COUNTIFS({Spreadsheet Range 9}, (CONTAINS("Corporate Services", @cell)))
Nothing works, do you have any idea why ?
@Paul Newcome , I saw you give a lot of help, any idea?
Thanks in advance!!