i need to sort by 4th char. or split the data into two different colm.
=LEFT(A1,3) assuming your data is in A1.
=RIGHT(A1,3) assuming your data is in A1.

Signature
Brevity is the soul of wit.
> i need to sort by 4th char. or split the data into two different colm.
Anna - 20 Oct 2006 21:40 GMT
thank you so much, i just figured it out.
> =LEFT(A1,3) assuming your data is in A1.
>
> =RIGHT(A1,3) assuming your data is in A1.
>
> > i need to sort by 4th char. or split the data into two different colm.
Data>Text to Columns
> i need to sort by 4th char. or split the data into two different colm.