+ Reply to Thread
Results 1 to 2 of 2

Dropdown List Conditional on Two or more Drop Down List

  1. #1
    Registered User
    Join Date
    03-23-2011
    Location
    La Paz Mexico
    MS-Off Ver
    Excel 2010
    Posts
    17

    Dropdown List Conditional on Two or more Drop Down List

    Hello,

    I am trying to create an automatic SKU finder for an Inventory.

    I have created several drop-down list, so I can select certain characteristics of the product.

    I know how I can create a conditional dropdown list based on another Using Data Validation > List > =Indirect(List Name)

    However, I need to create a drop down list based on two conditional factors.

    Is this possible?

    Thanks!

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Dropdown List Conditional on Two or more Drop Down List

    Hello,

    use the same principle that you apply for the first dependent drop-down, i.e. create range names for all the options in the second drop-down that point to cells with the desired values. Example

    First drop-down: Continents. Africa, America, Asia, Australia, Europe. You need named ranges for each continent with the countries for the continent.

    Second drop-down: Countries. Let's say Europe is selected and the named range for Europe has France, Italy, Spain. Now you need range names for each of these countries with the cities of that country.

    Third drop-down: Cities. Let's say France is selected. The drop-down shows Avignon, Marseille, Paris.

    It's a lot of work to set this up, because with each dependency, the options for which you need to create range names multiply exponentially.


    If it's not a cascade, but a combination of two factors, use two drop-downs, for example Fruit with Apple, Orange, Banana, and another drop-down for Size with Small, Medium and Large as options.

    Now create range names for each of the possible combinations, so AppleSmall, AppleMedium, AppleLarge, OrangeSmall, OrangeMedium etc.

    If the Fruit dropdown is in A1 and the Size dropdown is in A2, use Indirect(A1&A2) to get the range name for the dependent dropdown.

    Let me know if that helps.
    Last edited by teylyn; 01-16-2019 at 04:45 PM.

+ 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. Replies: 4
    Last Post: 07-06-2017, 10:19 AM
  2. [SOLVED] Create an Excel Drop Down list with Search Suggestions ( Serachable Dropdown list )
    By PMH2384 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-11-2016, 12:03 AM
  3. Make same selection for multiple drop down list and clear all for all dropdown list
    By salomip13 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-30-2014, 01:34 PM
  4. Problem getting conditional formatted dropdown list items to keep their formatting in list
    By scottatbuckman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-13-2014, 02:39 PM
  5. [SOLVED] Conditional Formatting of List based on selections from Dropdown list
    By FoxyPinkChick in forum Excel General
    Replies: 4
    Last Post: 05-31-2013, 03:32 AM
  6. Link 1 dropdown list to another drop list
    By scooterboygnu in forum Excel General
    Replies: 2
    Last Post: 09-26-2011, 12:29 PM
  7. [SOLVED] Need a conditional drop-down list (list contents)
    By S&F Tie Guy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-31-2006, 10:25 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