+ Reply to Thread
Results 1 to 7 of 7

VLOOKUP from drop down menu

  1. #1
    Registered User
    Join Date
    06-28-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    20

    VLOOKUP from drop down menu

    Hi

    I am trying to form a spreadsheet whereby there is a Product drop down menu which I have done. However I want the price cell to automatically populate whenever I select the product (all differently priced).

    What's the best way to do this please?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: VLOOKUP from drop down menu

    Depending on how your data is laid out, you would normally use a VLOOKUP function or an INDEX/MATCH combination. Attach a sample workbook so we can give more detailed advice.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-28-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: VLOOKUP from drop down menu

    QC Localised TEST2.xlsm

    ORANGE cells please. (on 2 tabs)

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: VLOOKUP from drop down menu

    Where are the drop-downs that you say you have done?

    Pete

  5. #5
    Registered User
    Join Date
    06-28-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: VLOOKUP from drop down menu

    In the orange shaded area to the left - click on any of those cells and a drop down list will appear. This list is linked via data validation to the data tab then.

  6. #6
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,465

    Re: VLOOKUP from drop down menu

    Choose value fron Dropdown list in B19 then use this formula in G19:

    =IF(B19="","",VLOOKUP(B19,Data!$A$3:$C$23,3,0))

    Drag down.

    Is this something you are working with?
    Quang PT

  7. #7
    Registered User
    Join Date
    06-28-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: VLOOKUP from drop down menu

    excellent that works thanks bebo

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VlookUP Fonction and Drop down MENU
    By cnegal in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-21-2014, 12:49 PM
  2. Vlookup with Drop Down Menu
    By Zaid in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-30-2014, 02:26 AM
  3. [SOLVED] VLOOKUP with Drop Down Menu
    By macro12 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-25-2013, 01:18 AM
  4. vlookup based on drop down menu from different tabs
    By rniedzia in forum Excel General
    Replies: 8
    Last Post: 03-12-2010, 11:35 AM
  5. Drop-down menu, presumably using VLOOKUP?
    By Chris Harding in forum Excel General
    Replies: 7
    Last Post: 01-14-2009, 03:52 PM

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