Hello,
I am trying to extract unique text values from strings in a long range of cells and output the unique values from each cell in a column below the last output cell.
For example:
A1: earth metal fire, Fire
A2: sun Water Earth Sun: SUN
Output:
B1: earth
B2: metal
B3: fire
B4: sun
B5: water
B6: earth
A solution to this would be most helpful and appreciated.
Thank you!