Hi,
Is there a function opposite to concatenate that splits text in a cell?
Thanks
FSt1 - 11 Feb 2008 00:53 GMT
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
> Hi,
>
> Is there a function opposite to concatenate that splits text in a cell?
>
> Thanks
Dave Peterson - 11 Feb 2008 00:55 GMT
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.
> Hi,
>
> Is there a function opposite to concatenate that splits text in a cell?
>
> Thanks

Signature
Dave Peterson