Share via

Multiple range selection in a Combo Box

Anonymous
2018-05-31T01:04:22+00:00

I am trying to use a Combo Box (Form Control) to select from a multiple of ranges depending on the item selected in another combo box.  I have tried a couple of functions (CHOOSE / INDIRECT) but the input range does not retain the function.  Can anyone assist?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-06-03T12:33:48+00:00

    Thanks for this information. I wanted to use the combobox feature because of the cell-link feature which generated a number for items in the primary selection and therefore a simple numerical source for using the “Choose” command in subsequent formula. 

    Data Validation was the method I originally worked with but it seemed the combobox offered some better outcomes. I’ll explore the ActiveX options.  Thank you again.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2018-06-01T10:30:01+00:00

    It is hard to accomplish that with Form controls, because you need cell references, formulas and VBA code. And at the end the result is not nice.

    Much easier are ActiveX controls, have a look into this file:

    https://www.dropbox.com/s/hwi91qpjgh2nb8j/Cascade%20ComboBox.xls?dl=1

    Andreas.

    Was this answer helpful?

    0 comments No comments