Forum Discussion

cswank's avatar
cswank
Copper Contributor
May 21, 2021
Solved

Working with cells that contain multiple values delimited by commas

I have a column where each cell has up to 5 values (from a multiple choice survey), where possible values are one or more of: A, B, C, D, or E,  and any multiple values in one cell are delimited by c...
  • HansVogelaar's avatar
    May 21, 2021

    cswank 

    1) After turning on Filter, click the filter dropdown arrow in the top cel of the column.

     

    Select Text Filters > Contains...

     

    Enter A (or B, C, ...) in the box.

    Click OK.

     

    2) Use a formula such as

     

    =COUNTIF($A$2:$A$50, "*A*")

     

    The wildcard characters * tell Excel to count cells that contain A with possibly other text.

Resources