In COL A, I have a list of 2 and 3 digit charactors. I would like to
seperate each string into the three adjacent columns.
KQ
AJs
TT
89s
KQ K Q
AJs A J s
TT T T
89s 8 9 s
I know that I can use the Left function for the first col, but cant
figure out how to get just the middle or third letters.
Thanks in advance,
Andrew
RagDyer - 08 Dec 2006 20:26 GMT
Check your last post!

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> In COL A, I have a list of 2 and 3 digit charactors. I would like to
> seperate each string into the three adjacent columns.
[quoted text clipped - 15 lines]
>
> Andrew