Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default How do I separate the last name only from say Kelvin F Pakaree?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default How do I separate the last name only from say Kelvin F Pakaree?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default How do I separate the last name only from say Kelvin F 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)

"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
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
I wish to separate city, state, and zip into 3 separate columns Bob Woolbert Excel Worksheet Functions 1 July 11th 06 05:29 PM
Save 2 separate data imports in separate worksheets on the same ex Jay Excel Worksheet Functions 1 March 8th 06 01:31 PM
Separate first and second name in one cell into separate cells. Dwight in Georgia Excel Discussion (Misc queries) 3 January 25th 06 09:09 PM
Open Excel files in separate sessions, not just separate windows? Bob at Dexia Design Excel Discussion (Misc queries) 1 October 18th 05 05:46 PM
Separate first and second name in one cell into separate cells. Gary's Student Excel Discussion (Misc queries) 0 April 27th 05 11:11 PM


All times are GMT +1. The time now is 06:35 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"