+ Reply to Thread
Results 1 to 5 of 5

Dynamic cascading dependent dropdown list

  1. #1
    Registered User
    Join Date
    06-20-2015
    Location
    Chennai, India
    MS-Off Ver
    2010
    Posts
    59

    Dynamic cascading dependent dropdown list

    All,

    I need your help in creating a dynamic cascading dependent drop down for Column O(Opportunity sheet) in the attached document. I have all the source data in "Work Data" sheet, here product group will have duplicate values so to avoid showing duplicate values in dropdown, i have created a unique drop down for product group in column J (work data), this unique product group is getting displayed in "Opportunity" tab column N.

    Now i would like to have the the column O (opportunity sheet) drop downs to display only the relevant product names based on the column N (opportunity sheet) value. Column N values are stored in column G of 'Work data' tab. So for example the dropdown result should be a...

    dropdown.jpg

    Thanks
    Keviv
    Attached Files Attached Files

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Dynamic cascading dependent dropdown list

    See if this helps:

    http://contextures.com/xlDataVal02.html
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    06-20-2015
    Location
    Chennai, India
    MS-Off Ver
    2010
    Posts
    59

    Re: Dynamic cascading dependent dropdown list

    Sorry sir... i have already checked this one... but my list is in a different format, also a formula could help me to get the desired result. Please help...

  4. #4
    Registered User
    Join Date
    06-20-2015
    Location
    Chennai, India
    MS-Off Ver
    2010
    Posts
    59

    Re: Dynamic cascading dependent dropdown list

    Can you please help me on the above.

    Thanks

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Dynamic cascading dependent dropdown list

    Create a database style list like this:

    Data Range
    L
    M
    2
    Apple
    5c
    3
    Apple
    5s
    4
    Apple
    iphone
    5
    Apple
    SE
    6
    Microsoft
    Lumia
    7
    Moto
    E
    8
    Moto
    G
    9
    Moto
    Turbo
    10
    Oneplus
    One
    11
    Oneplus
    Two
    12
    Oneplus
    X
    13
    Samsung
    Galaxy
    14
    Samsung
    Omnia
    15
    Samsung
    S7 Edge


    Then, as the source for the drop down list use:

    =OFFSET('Work Data'!M$2,MATCH(N4,'Work Data'!L$2:L$15,0)-1,0,COUNTIF('Work Data'!L$2:L$15,N4))

    Here's your file with this implemented.
    Attached Files Attached Files

+ 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. Dynamic Dependent Dropdown Lists that populate based on matching rows within table
    By macdonaldtomw in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-14-2015, 05:44 AM
  2. Problem with Dependent Dropdown Lists Being DYNAMIC
    By b624333 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-20-2014, 04:50 PM
  3. Dynamic Dependent ActiveX Dropdown from Column Data
    By mani_bbc05 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-11-2013, 02:17 PM
  4. Dynamic dependent drop-down list with cascading queries?
    By amieamieamie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2013, 09:44 AM
  5. [SOLVED] How to create third dependent dropdown list?
    By kyawzw in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-26-2012, 02:05 AM
  6. Cascading dropdown list with dynamic ranges
    By devunow in forum Excel General
    Replies: 3
    Last Post: 11-04-2008, 09:56 AM
  7. Cascading Dynamic Dropdown Lists
    By choop in forum Excel General
    Replies: 4
    Last Post: 06-14-2006, 12:30 PM

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