Logic within combo boxes?

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

Is it possible to have a selection from a combo box effect other combo boxes
in a worksheet?

I am trying to create a worksheet (in Excel, since I do not have Access)
that if I select a choice from a drop-down that would effect the options of
the other drop-downs.

Any advice would be greatly appreciated.
Lisa
 
you could set up a separate list to drive your other input boxes and then use
a CHOOSE function, linking the choice from the first drop down to dynamically
change the input range for the second combo box
 
M Kan thanks for the link. Very helpful site, however, I think I might be in
over my head here. I do want to learn though.

I can see why you would recommend the CHOOSE function, however, can I do
that with a drop down list? Also, is it possible to choose from another drop
down list not just single cell? I'm not sure how to set that up.

Thanks again.
 
Back
Top