I want to create a drop down list...easy enough...however, I want it to show a list of other values....for example....the drop-down list would have 4 choices, East, West, North, and South....if you choose say, "East"....I then want the 10 cells below it to display the values I have ready.
I am creating a ranking sheet....all my data is there, I just need to figure out how to show it.
Drop-down you choose "East"
This would then display below it:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 135"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Customers[/TD]
[TD]Rank[/TD]
[/TR]
[TR]
[TD] NC [/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD] VA [/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD] MD [/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD] SC [/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD] FL [/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD] GA [/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD] NY [/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD] NJ [/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD] PA [/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD] WV [/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am creating a ranking sheet....all my data is there, I just need to figure out how to show it.
Drop-down you choose "East"
This would then display below it:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 135"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Customers[/TD]
[TD]Rank[/TD]
[/TR]
[TR]
[TD] NC [/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD] VA [/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD] MD [/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD] SC [/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD] FL [/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD] GA [/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD] NY [/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD] NJ [/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD] PA [/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD] WV [/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]