+ Reply to Thread
Results 1 to 2 of 2

In Excel- change the order of a name? Bill Gates to Gates, Bill

  1. #1
    arnold36
    Guest

    In Excel- change the order of a name? Bill Gates to Gates, Bill

    What is the formula for changing the order of a name?

  2. #2
    David Billigmeier
    Guest

    RE: In Excel- change the order of a name? Bill Gates to Gates, Bill

    Assume your name is in cell A1:

    =CONCATENATE(RIGHT(A1,LEN(A1)-SEARCH(" ",A1)),", ",LEFT(A1,SEARCH(" ",A1)))

    --
    Regards,
    Dave


    "arnold36" wrote:

    > What is the formula for changing the order of a name?


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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