split a single column into 2 separate columns

G

Guest

Help!! Is there a way to split a single column into 2 separate columns. I
have 6882 rows of info I need to split. Each row starts with 5 numbers, then
2 spaces, followed by phrases. Thanks!!
 
B

Bob Phillips

If there is only one set of spaces, you could use Data>Text To Columns with
a space delimiter.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
G

Guest

Asuming the data is like 11111 sfsdfsf -in column a
In column b use=LEFT(A1,5)
In column c use =TRIM(MID(A1,8,15))

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top