View Single Post
  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

DataText to ColumnsDelimited by "other" and enter a hyphen.

Make sure you have 3 empty columns to the right of the data.


Gord Dibben Excel MVP

On Thu, 24 Mar 2005 15:19:05 -0800, "CiceroCF"
wrote:

I am trying to split up some data into multiple columns with part of the data
in each column... ie: 02-34-5-M is currently in one column... i need it
split into 4 columns as the following....
02 34 5 M
01 256 0 Q
7 45 4 T
This needs to be done so I can sort by using the 2nd set of numbers.
Currently, this is an Excel file.
Thanks in advance for your help.
Carl