+ Reply to Thread
Results 1 to 2 of 2

Help :Merge 2 employee information tables

  1. #1
    akhilash
    Guest

    Help :Merge 2 employee information tables

    I have 2 tables containing employee information. The names are in different
    formats - 1st table has name in lname, fname and MI format whilest the other
    has either fname, lname or lname, fname or just lname. There is no employee
    number as a unique identifier. How am I going to merge these 2 tables

    Thanks
    akhilash

  2. #2
    CLR
    Guest

    RE: Help :Merge 2 employee information tables

    ONly thing I can see is to add some helper columns to Table 1 by
    concatinating from the lname, fname, MI format into the three options from
    Table 2, ie:
    fname, lname
    lname, fname
    lname

    and then use VLOOKUPS qualify each line of Table 2.............

    hth
    Vaya con Dios,
    Chuck, CABGx3



    "akhilash" wrote:

    > I have 2 tables containing employee information. The names are in different
    > formats - 1st table has name in lname, fname and MI format whilest the other
    > has either fname, lname or lname, fname or just lname. There is no employee
    > number as a unique identifier. How am I going to merge these 2 tables
    >
    > Thanks
    > akhilash


+ 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