W
Wilson
I'm trying to create a list from the following data (Names are in column 1
and color values are in Column 2 and separated by commas):
Adam | Blue, Green
Eric | Red, Yellow
Steffani | Orange, Purple
I would like to create a list from the above data that returns
Adam
Blue
Green
Eric
Red
Yellow
Steffani
Orange
Purple
and color values are in Column 2 and separated by commas):
Adam | Blue, Green
Eric | Red, Yellow
Steffani | Orange, Purple
I would like to create a list from the above data that returns
Adam
Blue
Green
Eric
Red
Yellow
Steffani
Orange
Purple