Col1 Col2 1 1,5,4,3,2,6 2 21,3,2,1,5,15,17,3 3 1,2,3 4 4,3,2 Dear Friends, I have dataset like above, I would like to convert it like below. Can someone suggest me the easy way. Thanks in advance. Col1 Col2 1 1,2,3,4,5,6 2 1,2,3,3,5,15,17,21 3 1,2,3 4 2,3,4
... View more