+ Reply to Thread
Results 1 to 2 of 2

How to swap around First and Last Names in one column ?

  1. #1
    Registered User
    Join Date
    03-07-2005
    Location
    Brussels
    Posts
    21

    How to swap around First and Last Names in one column ?

    Hi ,

    Anybody who can help me ?
    I have received an excel sheet with in the first column Last Name, First Name of people.
    I want to compare these to data from another excel sheet that uses First Name, Last Name.
    Can you tell me how to swap around the names ?
    Any hint on how to compare the data between my two sheets after the swap ?
    (I was thinking to pull them into Access with a linked query)

    Thanks in advance,
    Dbase Beginner

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643
    There are various ways to do this.

    One way would be to seperate the last name and first name into seperate columns using Data>Text to Columns...

    Or you could use formula, perhaps something like this:

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

+ 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