Separating Alpha Numeric into 3 cells

Sabien

New Member
Joined
Oct 4, 2007
Messages
2
Hello everyone! I have a large data file with the following type of strings:

13G08
13G09
13G10
18C17
18C18
...

I need to separate into 3 columns (A,B,C) like this:
A B C
13 G 08
13 G 09
13 G 10
18 C 17
18 C 18

I know there is probably a good way to do this but I haven't found it yet. Any ideas would be appreciated...
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
If you always want to split it out into :

2 characters - 1 character - 2 characters



You can use the text to columns tool:
  • Data > Text To Columns
  • Fixed Width > Next
  • Left click in the data preview to add "breaks" either side of the 3rd character
  • Next
  • To preserve leading zeros, select each column in data preview and change the column data format to Text
  • Finish
 
Last edited:
Upvote 0
If they are always in that format try

Excel Workbook
ABCD
113G0813G08
213G0913G09
313G1013G10
418C1718C17
518C1818C18
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top