hi
on the tool bar...
data>text to columns.
follow the wizard. caution.... this deletes data to the right when the cell
is split
you can also use formulas.
cell A1 has the word "text in it.
in cell B1...
=right(a1,2) will return "xt"
in cell C1...
=left(a1,2) will return "te"
in cell D1...
=mid(A1.2,2) will return "ex"
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.