Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
If I have a column containing both first name and surnames, how do I get the
surnames into another column? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
seperate first 2 lines of column in seperate columns in same row | Excel Discussion (Misc queries) | |||
splitting first and surnames | Excel Discussion (Misc queries) | |||
Excel - returning column headers in a seperate column | Excel Discussion (Misc queries) | |||
Run macro to find names on seperate workbook, then add info from t | Excel Discussion (Misc queries) | |||
how do i seperate data from one column into two seperate ones in . | Excel Discussion (Misc queries) |