Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default need surnames in a column in excel seperate from the first names

If I have a column containing both first name and surnames, how do I get the
surnames into another column?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 221
Default need surnames in a column in excel seperate from the first names

Select the column. Hit Data--Text to columns. See more about it in this
article:
http://www.officearticles.com/tutori...soft_excel.htm

****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
"Irish girl" <Irish wrote in message
...
If I have a column containing both first name and surnames, how do I get
the
surnames into another column?



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 492
Default need surnames in a column in excel seperate from the first names

Another way using formulas, assuming you have the names in A1 and they all
have the first name first and are separated by a space,
=LEFT(A1,FIND(" ",A1)-1)
for the first name,
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
for the second name.
Copy Paste special Values to lose the formulas.
These can go in any cell rather than having to have columns B and C empty as
is necessary using Text to Columns. If Columns B and C are empty and
available, Text to Columns is the easier option.
Regards,
Alan.

"Irish girl" <Irish wrote in message
...
If I have a column containing both first name and surnames, how do I get
the
surnames into another column?


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
seperate first 2 lines of column in seperate columns in same row Glynnhamer Excel Discussion (Misc queries) 2 October 9th 06 04:23 AM
splitting first and surnames mattguerilla Excel Discussion (Misc queries) 2 April 5th 06 12:31 PM
Excel - returning column headers in a seperate column ExcelConfused Excel Discussion (Misc queries) 1 March 28th 06 02:49 PM
Run macro to find names on seperate workbook, then add info from t Tim Excel Discussion (Misc queries) 1 March 22nd 06 03:47 PM
how do i seperate data from one column into two seperate ones in . Nikki Excel Discussion (Misc queries) 2 March 30th 05 08:31 PM


All times are GMT +1. The time now is 08:27 PM.

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

About Us

"It's about Microsoft Excel"