G
Guest
From a table with data in the following format:
Name Data
CB1 xxx
CB2 yyy
CB3 zzz
AT1 mm
AT7 ww
I want to create a new table in the following format:
Name Data
CB xxx, yyy, zzz
AT mm, ww
Name Data
CB1 xxx
CB2 yyy
CB3 zzz
AT1 mm
AT7 ww
I want to create a new table in the following format:
Name Data
CB xxx, yyy, zzz
AT mm, ww