I have a Google Sheet with 100 rows and 2 columns.
The first column is a 2 letter code - AA
, AB
, AC
and so on. Each code has a corresponding series of comma separated values in the second column.
I want to remove duplicates from the comma separated values in the second column
I'm happy to do this within Google Sheets or download the values and use SublimeText or similar.
My question is similar to this one, but the proposed solution isn't compatible with Google Sheets.