Forum Discussion
JoanneIE
Jan 11, 2024Copper Contributor
Counting values from a multiple selection drop down list
Hi, I am trying to count how many times a value (a word) appears in a column, from a multiple dropdown list. In the above screenshot, "Neck" appears three times. If I use =COUNTIF(discomfo...
- Jan 11, 2024Kindly use =COUNTIF(discomfort:discomfort), "*Neck*") and you will get the result.
Note - The asterisks (*) act as wildcards, allowing for any characters before or after "Neck" in the cell.
Excelonlineadvisor
Jan 11, 2024Iron Contributor
Kindly use =COUNTIF(discomfort:discomfort), "*Neck*") and you will get the result.
Note - The asterisks (*) act as wildcards, allowing for any characters before or after "Neck" in the cell.
Note - The asterisks (*) act as wildcards, allowing for any characters before or after "Neck" in the cell.