+ Reply to Thread
Results 1 to 4 of 4

How to extract text from a list of names

  1. #1
    Registered User
    Join Date
    08-22-2013
    Location
    cebu,philippines
    MS-Off Ver
    Excel 2010
    Posts
    44

    How to extract text from a list of names

    Hi Guys,

    Can you help me with this, i have this list:
    1. Armstrong, Neil
    2. Edison, Thomas
    3. Da vinci, Leonardo
    4. Grahambel, Alexander
    5. Goodyear, Charles

    From this text i only what to extract their family names, what formula should i use?

    thank you.
    blessed are those who share whats theirs

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How to extract text from a list of names

    Hi

    1 way could be this.

    =LEFT(A1,FIND(" ",A1)-1)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: How to extract text from a list of names

    hi there. i'm assuming the numbers are not there? assuming it starts from A1, try this in B1:
    =LEFT(A1,FIND(",",A1)-1)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    08-22-2013
    Location
    cebu,philippines
    MS-Off Ver
    Excel 2010
    Posts
    44

    Re: How to extract text from a list of names

    @benishiryo - thanks alot.....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to extract names from a text string?
    By Bandini in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-16-2012, 09:51 AM
  2. Extract client names from the list - vba
    By ebin charles in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 06-29-2011, 05:39 PM
  3. Automatically add names (text) to a list
    By JOGIER in forum Excel General
    Replies: 2
    Last Post: 03-27-2009, 01:14 PM
  4. [SOLVED] Help to extract text when using LIST & AUTOFILTER
    By Stephen Rainey in forum Excel General
    Replies: 0
    Last Post: 07-27-2006, 08:50 AM
  5. EXTRACT TEXT FROM TEXT STRING:The names are of variable length
    By carricka in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-08-2005, 06:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1