+ Reply to Thread
Results 1 to 4 of 4

Help with INDEX,MATCH,VLOOKUP???

Hybrid View

  1. #1
    Registered User
    Join Date
    02-17-2009
    Location
    SA, Texas
    MS-Off Ver
    Excel 2003
    Posts
    1

    Help with INDEX,MATCH,VLOOKUP???

    I am a mere mortal and not a developer. I am having a real hard time trying to create a specific set of formulas. I want to match the value of cell to another list in the same workbook and return a value associated with that lookup on the same row of data. I am close but it does not work properly. I am using: =INDEX(Data!A2:A4,MATCH(Pricer!B2,Pricer!B2:B4,0),1) ...where Data!A2:A4 is the info I want to pull from... and Pricer!B2 is the value that matches Note: Pricer!B2 is a "list" function from the Data! worksheet. So when I select a value from the drop-down list on Pricer! worksheet I want to display in the cell next it the cooresponding value on the same row from Data! worksheet. It kinda works...it will display values from Data! worksheet but it mixes up the matches. I can select a value from the drop down list on Pricer! worksheet cell B2 for example and it doesnt change the value in cell C2 where I want it... but it will change the values in cells C3 and C4 - where I dont want it!!! MS Excel help examples is no help at all. I am desperate. Please advise - email is great and I have sent an example workbook. Thanks bobby.reynolds@hughes.net
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Help with INDEX,MATCH,VLOOKUP???

    Welcome to the Board.

    Perhaps:

    Pricer!C2:
    =INDEX(Data!$A$2:$A$4,MATCH($B2,Data!$B$2:$B$4,0),1)
    copy down for C3:C4

  3. #3
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Help with INDEX,MATCH,VLOOKUP???

    Try the attached. I have reversed the order to two columns on the second sheet so that VLOOKUP can be used.
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor Dunc3142's Avatar
    Join Date
    09-05-2007
    Location
    Franklin OH
    MS-Off Ver
    2000 and 2007 and 2010 @ Home & Teach 2010
    Posts
    351

    Re: Help with INDEX,MATCH,VLOOKUP???

    Does this work for you???
    Yes it will. we just have to figure out how...
    If I have helped you, PLEASE click the * and add to my Rep.
    Also, if the problem is SOLVED please mark it as so.

+ 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