+ Reply to Thread
Results 1 to 3 of 3

Vlookup reverse lookup

  1. #1
    Registered User
    Join Date
    03-13-2007
    Posts
    11

    Vlookup reverse lookup

    I have two columns :ColA(Pol_Number) and ColB(Zip Code) in one spreadsheet(colB is blank). I have another spreadsheet in which there are all the values. I have to lookup all the values from colA(Pol_number) from spreadsheet 1 in ColC(from spreadsheet 2) and then for all the matching values bring in the ColD(zip code from Spreadsheet 2) to the ColB(in the first spreadsheet).

    Spreadsheet1:
    ColA_______________ColB
    Policy_Number___ Zip Code(needs to be populated)

    Spreadsheet2:
    ColC_______________ColD
    Policy_Number___ Zip Code(values are here)


    Please Advise,

    thanks,
    kon

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Vlookup

    Use Index/Match

    e.g.

    =Index('SpreadSheet 2'!B:B,Match(A2,'Spreadsheet 2'!C:C,0)

    adjust ranges and sheetnames to suit. A2 is your lookup value...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-13-2007
    Posts
    11

    Re: Vlookup reverse lookup

    Awesome....thanks a lot.

+ 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