Maybe I'm just not understanding that tutorial page correctly, but it seems to me like what it's expressing is the ability to have the choices of a second drop down menu be defined by the selection made in the first drop down menu. In my case, the options available are not dependent; both drop down menus would simply display the entire list of TV packages available. My challenge is having excel define whatever you select in the drop down menu as refering to a specific list of values elsewhere in the document, so that we may then compare those lists of values corresponding to the two drop-down choices the user made. I'm gonna write this out in an example to make this clearer.
Let's say you have 3 possible TV packages called um... Basic, Medium and Premium. There exist only 3 channels in the world, let's say, CNN, Fox and Discovery. Premium has all 3. Medium doesn't get discovery. Basic only gets Fox.
So somewhere in my document would be the following lists:
Basic Medium Premium
0 0 1
0 1 1
1 1 1
So if a user selects "Basic" in the first drop down menu and "Premium" in the 2nd, I want the document to spit back:
Meaning, the package now contains +1 Discovery, +1 CNN and the same number of Fox. I can handle it from there, associating the correct user-friendly designations and so on, but this part of the exercise really stumps me.
Bookmarks