+ Reply to Thread
Results 1 to 6 of 6

Dependent dropdowns

  1. #1
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Dependent dropdowns

    I am trying to wrap my brain around dependant dropdowns and have hit a brick wall.

    Using the Contextures web site [URL="http://www.contextures.com/xlDataVal02.html#TwoWord"] I can get part of the problem to work but when I try to add a third dropdown i get lost.

    Attached is a sample of the workbook.


    Thanks, Jim O
    Attached Files Attached Files
    Last edited by Jogier505; 12-30-2009 at 08:39 PM.

  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: Dependent dropdown problems

    Hi,

    you cannot get rid of the underscore "_" in the range name, because range names don't allow spaces.

    In order for the third drop down to work, you must create ranges that are called whatever the selection in the second drop down is. For example, if C4 has "ACC" then you must have a range on the conference sheet called "ACC" which would be D2:D13. Then the validation formula for C5 is

    =indirect(c4)

    You ned to understand that Indirect takes the value in the cell (the text "ACC") and creates a reference from it (the range called "ACC"). If such a reference is not defined, the validation will not work.

    does that help?

  3. #3
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Re: Dependent dropdowns

    I think I have it working now. Thanks!

    Is their any other symbol that can be used instead of the "_" underscore, a hyphen or something to clean up the appearance?

    Jim O

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

    Re: Dependent dropdowns

    you could use a dot as in "my.range"

  5. #5
    Forum Expert
    Join Date
    10-10-2008
    Location
    Northeast Pennsylvania, USA
    MS-Off Ver
    Excel 2007
    Posts
    2,387

    Re: Dependent dropdowns

    Jogier505,

    See the attached workbook "Dependant dropdown problems - Jogier505 - SDG11.xls".

    All three dependant lists are now working.

    See the notes in red.
    Have a great day,
    Stan

    Windows 10, Excel 2007, on a PC.

    If you are satisfied with the solution(s) provided, please mark your thread as Solved by clicking EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

  6. #6
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Re: Dependent dropdowns

    teylyn and stanley,

    Thank you both for the input. I think I have it in my brain now.

    I will mark this thread as Solved.

    Jim O

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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