In one column I have a list of comma (and whitespace) separated responses to a question such as "what music genre do you listen to?"
Alternative, EDM, Electronic, Hip Hop,
Drum & Bass (D&B), Indie, House, R&B, Rap, Rock
Indie, House, R&B, Rap, Rock,
Rap, Rock
I want a function that will return the unique values of the respones. So something like
UNIQUE(SPLIT({A:A})
(Although that doesn't quite work). Desired output is a column of unique like:
Rock
Rap
...
Hip Hop