Thread: cell splitting
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default cell splitting

Hi Randy,

Try:

Data | Text to Columns | Delimited | Check the 'Space Option | Finish

This requires the next column cell to be blank.

---
Regards,
Norman



"Randy Patterson" wrote in message
m...
I have one cell which contains the first and last name separated by a
space. I want to change this into two separate cells. The names are all
different lengths. I am unable to find any command to do this. Sort of a
backwards concatenate. Does anyone know how to do this?