I have comma separated CODE
value in column "A2" and "A3"
Screenshot 1
I want to split the comma separated CODE
values to SP_1
,SP_2
... SP_10
columns like as the below screenshot
Screenshot 2
Is there any formula to do this?
I have comma separated CODE
value in column "A2" and "A3"
Screenshot 1
I want to split the comma separated CODE
values to SP_1
,SP_2
... SP_10
columns like as the below screenshot
Screenshot 2
Is there any formula to do this?
The standard method is Text to Column Wizard, in addition you can use VBA code also.