how to split cells?

  • Thread starter Thread starter wsijbesma
  • Start date Start date
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"

regards
FSt1
 

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

Back
Top