How do I separate the last name only from say Kelvin F Pakaree?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
=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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top