I need to split a name / last name cell into two different cell.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
One way:

Data/Text to Columns/Delimited/Space.

To automatically do that, you can record a macro.
 
You can use the Text To Columns tool on the Data menu.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
per the response to your first post:

Hi Casinfo,

Look at Data | Text To Columns


---
Regards,
Norman

You may need to split last from the remainder first with comma as the
separator, then split the resulting second column using space as the
separator. Or you could split on space the first time and replace the
comma with nothing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top