Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 30
Default splitting cells

I have a list of names in Column A that include both a first name and last
name. No middle initials or suffixes.

Is there a way to easily split the first name and last name into 2 columns?

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 492
Default splitting cells

Assuming there's a space between the names,

=LEFT(A1,FIND(" ",A1)) for the first name

=RIGHT(A1,LEN(A1)-FIND(" ",A1)) for the surname

Regards,
Alan.
"dleo" wrote in message
...
I have a list of names in Column A that include both a first name and last
name. No middle initials or suffixes.

Is there a way to easily split the first name and last name into 2
columns?

Thanks in advance


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 117
Default splitting cells

Select your column of data and then on the toolbar select Data - Text to
Columns and follow the steps

"dleo" wrote:

I have a list of names in Column A that include both a first name and last
name. No middle initials or suffixes.

Is there a way to easily split the first name and last name into 2 columns?

Thanks in advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Splitting Cells PAL Excel Worksheet Functions 4 February 29th 08 11:31 PM
splitting cells Joanne New Users to Excel 3 October 9th 07 05:03 AM
Splitting cells Splitting one cell into multiple cells Excel Discussion (Misc queries) 3 September 19th 07 04:19 PM
splitting cells Nicole Excel Worksheet Functions 2 June 2nd 06 05:13 PM
Splitting Cells D Head Excel Discussion (Misc queries) 1 June 30th 05 02:08 PM


All times are GMT +1. The time now is 12:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"