Thread: Delimated Text
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pawan Pawan is offline
external usenet poster
 
Posts: 87
Default Delimated Text

Hello,

I have a column with different codes. Each code contains number+text+number
(length of characters variable).

e.g. one cell contains 435II234, other cellc ontains 87634TIC2 and so on. I
want to split this column in three dofferent columns. First column should
show initial number, second column should show the text and third column
should show the last number.
Means in the above scenario, the cells will be split like:

435 II 234
87634 TIC 2

Text to column will work for regular pattern only. Is there any way to do
this? Any help is appreciated.

Thank You

Pawan