+ Reply to Thread
Results 1 to 4 of 4

Rearrange Last name, First name >>> First Name/Last Name

  1. #1
    Forum Contributor
    Join Date
    01-24-2013
    Location
    NY,NY
    MS-Off Ver
    MS 365
    Posts
    250

    Rearrange Last name, First name >>> First Name/Last Name

    Good morning,

    I have a thousand entries of names. The problem is the list has their names last name then first name. I would like it to be First Name then Last name.

    Example:

    In the cell it will say Hood, Robin
    I would like it to say Robin Hood

    Any help is grateful-

    Thank you,

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Rearrange Last name, First name >>> First Name/Last Name

    Try this assuming they all follow the same pattern of LastName Comma Space FirstName

    =MID(A1&" "&A1,FIND(",",A1)+2,LEN(A1)-1)

  3. #3
    Forum Contributor
    Join Date
    01-24-2013
    Location
    NY,NY
    MS-Off Ver
    MS 365
    Posts
    250

    Re: Rearrange Last name, First name >>> First Name/Last Name

    Perfect!! Thank you!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Rearrange Last name, First name >>> First Name/Last Name

    You're welcome.

+ 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. [SOLVED] Rearrange data with vba
    By ExcelMartin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-11-2013, 07:09 AM
  2. I need to rearrange a lot of data
    By dionnmj1 in forum Excel General
    Replies: 2
    Last Post: 08-27-2012, 09:18 AM
  3. Rearrange cells
    By boolean in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-20-2011, 07:20 PM
  4. Rearrange date
    By Drew Watson in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-29-2010, 12:17 PM
  5. Rearrange Data
    By smithbj in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-19-2006, 12:05 PM
  6. [SOLVED] rearrange text
    By JJ in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-03-2006, 01:40 PM
  7. rearrange data
    By chartasap in forum Excel General
    Replies: 4
    Last Post: 05-01-2006, 11:50 AM
  8. Rearrange a formula
    By Ali Baba in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 09-05-2005, 10: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