Excel

G

Guest

I have a column with six numbers. I made them to be text.
Now I want to separate the whole column into 2 columns one
with the first three numbers & one with the second three
numbers. (Eventually I want to sort the whole file by the
second set of three numbers)
Is there a way to do it?
 
F

Frank Kabel

Hi
one way: use the two formulas
=LEFT(A1,3)
and
=RIGHT(A1,3)
and copy both formulas down

You may also take a look at 'data - Text to columns' and choose a fixed
length
 

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