Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi there & I sure would appreciate help. I send you many thanks ahead of
time!! I have tons of name in one column: lastname firstname I want to take the lastname and put it in a column by itself. Can anyone help me? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() One way: If A1 contains Dagg Fred Then in B1 type =LEFT(A1,FIND(" ",A1)-1) This assumes that there is only one first name and one surname, and there is a single space between them Regards Mike -- Mikeopolo ------------------------------------------------------------------------ Mikeopolo's Profile: http://www.excelforum.com/member.php...o&userid=18570 View this thread: http://www.excelforum.com/showthread...hreadid=519818 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming none of your Last Names have spaces in them (like Van Buren), this
should work: =LEFT(A1,LEN(A1)-FIND(" ",A1,1)-1) HTH, Elkar "harriet" wrote: Hi there & I sure would appreciate help. I send you many thanks ahead of time!! I have tons of name in one column: lastname firstname I want to take the lastname and put it in a column by itself. Can anyone help me? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can i multiply two columns | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
How to group similar column titles together???? | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |