Thread: Seperate column
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Seperate column

Hi
use 'Data - Text to columns' for this

--
Regards
Frank Kabel
Frankfurt, Germany


Hildo wrote:
I have one column with the following information:

Last-name1 space Last-name2 space Name

The names are of different lenghts.
I have to seperate Last-name1, Last-name2 and Name and put
them in seperate columns. So from one column I have to go
to 3 columns.

Please help.

Thanks in advance.

Hildo