Have a string "A,B,H1,J,P1,H3,L2" in a column. Need to segregate this into rows based on the number appended/not appended with each. So for the above example I should have 4 rows as output:Have a string "A,B,H1,J,P1,H3,L2" in a column.
Have a string "A,B,H1,J,P1,H3,L2" in a column. Need to segregate this into rows based on the number appended/not appended with each. So for the above example I should have 4 rows as output:Have a string "A,B,H1,J,P1,H3,L2" in a column.