Separating text in a cell

F

FSt1

hi
there are 3. =right(), =mid() and =left()
=right() returns a number of characters that you specify in a cell starting
from the right side.
=left() does the same but starts from the left side of the data.
=mid() returns characters from the middle of the cell given a start point
and number of characters.
there is also text to columns
on the menu bar...
data.Text to columns...follow the wizard.
see help on all of the above for more details.

regards
FSt1
 
D

Dave Peterson

Maybe a combination of =search(), =find(), mid(), =left() and =right() would
work.

Or if your data is laid out nicely, you could use:
data|text to columns (xl2003 menu system)

If the data is delimited or fixed width, this method is very fast.
 

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