+ Reply to Thread
Results 1 to 3 of 3

Extract First Name and the remaining Name

  1. #1
    Forum Contributor
    Join Date
    02-27-2015
    Location
    United Arab Emirates
    MS-Off Ver
    2013
    Posts
    162

    Extract First Name and the remaining Name

    Dear Experts,

    Could you please help on my below requirement.

    I need to extract the name from the Full name to two columns saying "First Name" and "Last Name"

    I have given the example below,

    AARON CRIS RICK MORALES VILLANUEVA - AARON (First Name) CRIS RICK MORALES VILLANUEVA (Last Name)


    Apart from the First name the balance should come as Last name
    Regards,

    Fareed

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

    Re: Extract First Name and the remaining Name

    hi there. if full name in A1, try this in B1:
    =LEFT(A1,FIND(" ",A1)-1)

    and in C1:
    =MID(A1,FIND(" ",A1)+1,LEN(A1))
    or:
    =SUBSTITUTE(A1,B1&" ","",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

  3. #3
    Forum Contributor
    Join Date
    02-27-2015
    Location
    United Arab Emirates
    MS-Off Ver
    2013
    Posts
    162

    Re: Extract First Name and the remaining Name

    Thanks for your help. Really Appreciate.Thread is solved.

+ 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. Extract All Remaining Text
    By alexanderears in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-23-2017, 02:25 AM
  2. Freeze days remaining when 100%
    By JamesJoshua in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-17-2016, 08:38 PM
  3. Taking remaining value and sharing across remaining months?
    By kickme93 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-10-2013, 08:54 AM
  4. remaining average
    By fewchurpro in forum Excel General
    Replies: 4
    Last Post: 01-13-2010, 11:03 AM
  5. Getting remaining entries
    By harvindersingh1 in forum Excel General
    Replies: 1
    Last Post: 04-21-2006, 10:32 AM
  6. Remaining Numbers from a List that are not used
    By Lorence in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-15-2005, 02: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