+ Reply to Thread
Results 1 to 2 of 2

Index, Match, or VLoopup? Returning a table value based on criteria from two drop down's

  1. #1
    Registered User
    Join Date
    12-29-2014
    Location
    Edmonton
    MS-Off Ver
    Office 2010
    Posts
    12

    Index, Match, or VLoopup? Returning a table value based on criteria from two drop down's

    Hi,

    This sheet has a table of pricing with a description and a size. I want to make a quote sheet that will return the price of the correct item when the description and size are selected in a drop down menu. What series of functions would work best so I can continually update and add to these pricing sheet? Any thoughts?

    Thanks
    Justin
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Index, Match, or VLoopup? Returning a table value based on criteria from two drop dow

    You didnt actually have any drop-downs, but try this in C2, copied down...
    =IF(A2="","",INDEX('Price Tables'!$C$9:$K$32,MATCH('Quote Sheet'!$A2,'Price Tables'!$A$9:$A$32,0),MATCH('Quote Sheet'!$B2,'Price Tables'!$C$7:$K$7,0)),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [SOLVED] Index Match Match returning incorrect value from table
    By DaveBre in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-04-2014, 08:01 PM
  2. Index Match based on 2 Criteria only returning 1 match
    By stsanders22 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-04-2012, 11:26 PM
  3. Last Price Paid: VLoopup? Index/Match?
    By Excellerant in forum Excel General
    Replies: 4
    Last Post: 06-26-2012, 12:29 PM
  4. [SOLVED] Index match with multiple criteria and returning last value
    By L.Steele in forum Excel General
    Replies: 2
    Last Post: 05-30-2012, 02:27 PM
  5. Excel 2007 : Match using Index or Vloopup for value
    By Jerseynjphillypa in forum Excel General
    Replies: 3
    Last Post: 10-16-2011, 09:35 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