Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column of names which are separated with spaces. I only want the
last name. What formula/e can I use to get only the last name, example MRS SALOME NAICKER, MR ALISTER KELVIN FRANCIS PAKAREE. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Goto "Data-Text to Columns"
try this on a spare copy. *** Please do rate *** "Kelvin" wrote: I have a column of names which are separated with spaces. I only want the last name. What formula/e can I use to get only the last name, example MRS SALOME NAICKER, MR ALISTER KELVIN FRANCIS PAKAREE. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MID(A1,FIND("~",SUBSTITUTE(A1," ","~",LEN(A1)-LEN(SUBSTITUTE(A1,"
",""))))+1,255) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Kelvin" wrote in message ... I have a column of names which are separated with spaces. I only want the last name. What formula/e can I use to get only the last name, example MRS SALOME NAICKER, MR ALISTER KELVIN FRANCIS PAKAREE. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I wish to separate city, state, and zip into 3 separate columns | Excel Worksheet Functions | |||
Save 2 separate data imports in separate worksheets on the same ex | Excel Worksheet Functions | |||
Separate first and second name in one cell into separate cells. | Excel Discussion (Misc queries) | |||
Open Excel files in separate sessions, not just separate windows? | Excel Discussion (Misc queries) | |||
Separate first and second name in one cell into separate cells. | Excel Discussion (Misc queries) |