-1

I have comma separated CODE value in column "A2" and "A3"

Screenshot 1

enter image description here

I want to split the comma separated CODE values to SP_1,SP_2 ... SP_10 columns like as the below screenshot

Screenshot 2

enter image description here

Is there any formula to do this?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Sumon Sarker
  • 2,707
  • 1
  • 23
  • 36

2 Answers2

1

Data, Data Tools, Text-to-Columns, Delimited, Comma, Destination: $B$2, Finish

enter image description here

1

The standard method is Text to Column Wizard, in addition you can use VBA code also.

Rajesh Sinha
  • 197
  • 3
  • 8