+ Reply to Thread
Results 1 to 6 of 6

Help Populating a Cell Dependent on Combination of Drop Down List Selections

  1. #1
    Registered User
    Join Date
    08-26-2019
    Location
    Houston, TX
    MS-Off Ver
    2016
    Posts
    8

    Help Populating a Cell Dependent on Combination of Drop Down List Selections

    Hi There!

    Please see attached. I'm hoping to find some help in how to format the attached spreadsheet to achieve the desired results. I’m trying to populate cell C14 dependent on selections made in drop down menus located in C2:C5. I've inserted a table in the spreadsheet outlining the desired results (this should make more sense once the document is opened as well).


    -KKP
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-13-2013
    Location
    Calgary,AB,Canada
    MS-Off Ver
    2016,O365
    Posts
    236

    Re: Help Populating a Cell Dependent on Combination of Drop Down List Selections

    if you are using 2010 version (don't have "textjoin"),

    C14=INDEX(C17:C52,MIN(IF(($B$17:$B$49=C2)*(C17:C49<>"")*(B18:B50=C3)*(B19:B51=C4)*(B20:B52=C5),ROW(B17:B49),"/"))-16) control+shift+enter

  3. #3
    Registered User
    Join Date
    08-26-2019
    Location
    Houston, TX
    MS-Off Ver
    2016
    Posts
    8
    Thanks for the reply! I also have access to Excel 2016 if that would be of better use.
    Last edited by AliGW; 08-27-2019 at 03:40 AM. Reason: Please don't quote unnecessarily!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Help Populating a Cell Dependent on Combination of Drop Down List Selections

    That's a VERY clunky data layout. Set up a simple table and use this:

    =VLOOKUP(C2&C3&C4&C5,T:U,2,FALSE)
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Registered User
    Join Date
    08-26-2019
    Location
    Houston, TX
    MS-Off Ver
    2016
    Posts
    8

    Re: Help Populating a Cell Dependent on Combination of Drop Down List Selections

    Thank you Glenn! I agree. This works perfectly!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Help Populating a Cell Dependent on Combination of Drop Down List Selections

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Drop down lists dependent on 2 prior selections
    By Suicyco in forum Excel General
    Replies: 6
    Last Post: 04-29-2016, 05:34 PM
  2. output dependent on selections from 2 drop down lists
    By Mlacour in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-29-2013, 12:08 PM
  3. [SOLVED] Populating a drop down list dependent on multiple matching variables
    By Sardaukar in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-28-2013, 02:48 AM
  4. Replies: 0
    Last Post: 02-14-2013, 01:05 PM
  5. [SOLVED] Update respective cell value based on Multiple Drop Down list selections
    By nileshpatil in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2012, 08:43 AM
  6. Replies: 9
    Last Post: 01-03-2012, 03:00 PM
  7. drop list populating cell
    By cw1628 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-23-2007, 10:43 AM

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