ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Separating text in a cell (https://www.excelbanter.com/excel-worksheet-functions/176256-separating-text-cell.html)

Aaron

Separating text in a cell
 
Hi,

Is there a function opposite to concatenate that splits text in a cell?

Thanks

FSt1

Separating text in a cell
 
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


"Aaron" wrote:

Hi,

Is there a function opposite to concatenate that splits text in a cell?

Thanks


Dave Peterson

Separating text in a cell
 
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.

Aaron wrote:

Hi,

Is there a function opposite to concatenate that splits text in a cell?

Thanks


--

Dave Peterson


All times are GMT +1. The time now is 09:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com