+ Reply to Thread
Results 1 to 4 of 4

Choose Value From Table Based on 3 Dropdowns

  1. #1
    Registered User
    Join Date
    08-09-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Choose Value From Table Based on 3 Dropdowns

    UL8750 Calculator.xlsx

    Hello,

    I am trying to return a value from the table in the attached spreadsheet in cell I2, based on the 3 dropdowns in cells C2, C3, C4. Using an example in another post I found I am able to get close, but not quite there.


    This is the formula that I am using. It will give me correct values for all of the "Through Air" columns, but when I choose "Over Surface" I get an error.
    =INDEX(C10:L14,MATCH(C2,A10:A14,0),MATCH(C3,C7:L7,0),MATCH(C4,C9:L9,0))




    Thanks for your help!
    -Matt

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Choose Value From Table Based on 3 Dropdowns

    Try

    =INDEX(C10:L14,MATCH(C2,A10:A14,0),MATCH(C3,C7:L7,0)+(C4="Over Surface"))

  3. #3
    Registered User
    Join Date
    08-09-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Choose Value From Table Based on 3 Dropdowns

    That worked perfectly. Thanks!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Choose Value From Table Based on 3 Dropdowns

    You're welcome.

+ 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. Hide rows & Dropdowns depending on a Master-Dropdown List (choose between 1 and 10)
    By chrisignm in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-17-2014, 07:26 PM
  2. Paste Table based on CHOOSE value
    By snapfade in forum Excel General
    Replies: 2
    Last Post: 04-16-2014, 01:59 PM
  3. Replies: 3
    Last Post: 09-30-2011, 03:29 PM
  4. Cascading Dropdowns from table
    By jrjeffcoat64 in forum Excel General
    Replies: 1
    Last Post: 09-06-2011, 02:02 PM
  5. [SOLVED] Pivot Table dropdowns
    By Suzy From OZ in forum Excel General
    Replies: 3
    Last Post: 11-15-2005, 12:55 AM

Tags for this Thread

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