Thread: Text to columns
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DKS DKS is offline
external usenet poster
 
Posts: 103
Default Text to columns

You have answered your question yourself.

Use the TEXT TO COLUMNS option.

When prompted for fixed width or delimited by, select delimited by. On the
next selection screen specify "space".
On the next selection screen, you can always decide which columns to "SKIP".

That should help you get the CRS in a new column, or even avoid getting CRS
(if you use SKIP option).



"Bill" wrote:

I have data in the form of 2.00 x 3.00 x 5.00 CRS. I want to seperate the
CRS into a new column. Sometimes there is only 2 values before crs such as
2.00 x 4.00 CRS, but what I want to seperate is always last and always has a
space before it. Can anyone help?

Thanks
Bill