+ Reply to Thread
Results 1 to 5 of 5

[SOLVED] Vlookup from a dependent drop down list

  1. #1
    Registered User
    Join Date
    03-08-2011
    Location
    Charlotte NC
    MS-Off Ver
    Excel 2003
    Posts
    2

    Talking [SOLVED] Vlookup from a dependent drop down list

    Hi everyone,

    I am trying to create a spreadsheet where I select a part size, then select a vendor for the specified part size, and then have a price automatically added to the sheet.
    So far I have been able to the first data validation drop down where you select the size, then a dependent data validation drop down where you select vendor. I need help populating a cell with the price based on the selected vendor. I have searched and searched and I can VLOOKUP a price based on the selected size, but not the selected vendor i am guessing due to its dependencies. Any Help would be greatly Appreciated. I have attached the workbook that I have been using thus far.
    Thanks,
    -David
    Attached Files Attached Files
    Last edited by dmbalzer; 03-08-2011 at 07:44 PM.

  2. #2
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: Vlookup from a dependent drop down list

    In k5

    =SUMPRODUCT(($A$1:$A$7=I2)*($B$1:$B$7=J2),$C$1:$C$7)

    or

    =INDEX(C1:C7,MATCH(1,(B1:B7=J2)*(A1:A7=I2),0)) confirmed with CSE
    Last edited by Blake 7; 03-08-2011 at 06:44 PM.
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

  3. #3
    Registered User
    Join Date
    03-08-2011
    Location
    Charlotte NC
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Vlookup from a dependent drop down list

    Awesome! Thanks for the help!

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: [SOLVED] Vlookup from a dependent drop down list

    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  5. #5
    Registered User
    Join Date
    06-03-2015
    Location
    US
    MS-Off Ver
    NEw
    Posts
    22

    Re: [SOLVED] Vlookup from a dependent drop down list

    Hi,

    I'm having similar trouble.

    I am trying to create a drop down list of Regions that when selected will limit the results of my Machine Size Column so that when the Machine SIze is selected, it shoots out a Price.

    Attached is a sample file! Any help would be LIFE SAVING!
    Attached Files Attached Files

+ 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