View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default I need to split a name / last name cell into two different cell.

One way:

Data/Text to Columns/Delimited/Space.

To automatically do that, you can record a macro.


In article ,
"casinfo" wrote:

I have a cell that contains name, last name and middle initial. Is there a
way to automatically split those items into 3 different cells?