View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default 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