U
us10lh-google
I've got two columns. Column A contains the ID; column B contains a
list of subjects, delimited by comma. For example:
HappyValley A,B,C,D,E,F
What I'd like to do is to break up the list in column B using
text-to-columns, but then turn each list item into a separate row,
paired with the ID from column A. Thus, the row above should produce:
HappyValley A
HappyValley B
HappyValley C
HappyValley D
HappyValley E
HappyValley F
I'd appreciate some pointers please. TIA.
list of subjects, delimited by comma. For example:
HappyValley A,B,C,D,E,F
What I'd like to do is to break up the list in column B using
text-to-columns, but then turn each list item into a separate row,
paired with the ID from column A. Thus, the row above should produce:
HappyValley A
HappyValley B
HappyValley C
HappyValley D
HappyValley E
HappyValley F
I'd appreciate some pointers please. TIA.