+ Reply to Thread
Results 1 to 3 of 3

Trying to do Vlookup on multiple columns from different worksheet

  1. #1
    Jay
    Guest

    Trying to do Vlookup on multiple columns from different worksheet

    I've got a Worksheet W/Pincodes: Collumn A(Pin Codes) and Column N(SSN)
    In another Worksheet W/O Pincodes: I have Column O(SSN)
    I need to Compare the Two collums from W/Pincodes to the Collumn in W/O
    Pincodes and insert Pincodes to this Worksheet associated to the SSN.

    Hope this make sense any help is much appreciated!

  2. #2
    Bob Umlas, Excel MVP
    Guest

    RE: Trying to do Vlookup on multiple columns from different worksheet

    in the ws w/o pincodes:
    =INDEX(Sheet1!A:A,MATCH(O1,Sheet1!N:N,0))
    and fill down

    "Jay" wrote:

    > I've got a Worksheet W/Pincodes: Collumn A(Pin Codes) and Column N(SSN)
    > In another Worksheet W/O Pincodes: I have Column O(SSN)
    > I need to Compare the Two collums from W/Pincodes to the Collumn in W/O
    > Pincodes and insert Pincodes to this Worksheet associated to the SSN.
    >
    > Hope this make sense any help is much appreciated!


  3. #3
    Ardus Petus
    Guest

    Re: Trying to do Vlookup on multiple columns from different worksheet

    Assuming 1st Worksheet(W Pincodes) is named Sheet1,
    In second worksheet(W/O Pincodes), insert formula:

    =INDEX(Sheet1!A:A,MATCH(O1,Sheet1!N:N,0),1)

    HTH
    --
    AP

    "Jay" <[email protected]> a écrit dans le message de news:
    [email protected]...
    > I've got a Worksheet W/Pincodes: Collumn A(Pin Codes) and Column N(SSN)
    > In another Worksheet W/O Pincodes: I have Column O(SSN)
    > I need to Compare the Two collums from W/Pincodes to the Collumn in W/O
    > Pincodes and insert Pincodes to this Worksheet associated to the SSN.
    >
    > Hope this make sense any help is much appreciated!




+ 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