Hello,
I am trying to set populate a combobox with a column whose header matches the selected value of another combobox. Also due to using more than one table, on more than one sheet, I am having problems retrieving the correct data on the dependent comboboxes due to the active sheet. I have tried about 30 different ways adapted from resources found online. However, none have worked across 2+ sheets without heavily relying on "Select." Below is an example of the table setup.
In Combobox1: A, B, or C would be selected (These are used as the headers for Table1). On that change, Combobox2 would be populated from the options below the previously selected value. Due to the change in Combobox2, Combobox3 will be populated by a range of values based on Combobox2. However, due to the limitations of the tables, the third box must be populated from a separate table(2) that is on a separate sheet(2).
Thanks in advance for any assistance that can be provided.
I am trying to set populate a combobox with a column whose header matches the selected value of another combobox. Also due to using more than one table, on more than one sheet, I am having problems retrieving the correct data on the dependent comboboxes due to the active sheet. I have tried about 30 different ways adapted from resources found online. However, none have worked across 2+ sheets without heavily relying on "Select." Below is an example of the table setup.
In Combobox1: A, B, or C would be selected (These are used as the headers for Table1). On that change, Combobox2 would be populated from the options below the previously selected value. Due to the change in Combobox2, Combobox3 will be populated by a range of values based on Combobox2. However, due to the limitations of the tables, the third box must be populated from a separate table(2) that is on a separate sheet(2).
Table 1 on Sheet 1
Group A | Group B | Group C |
A1 | B1 | C1 |
A2 | B2 | C2 |
A3 | B3 | C3 |
Table 2 on Sheet 2
Detail 1 | Detail 2 | Detail 3 |
1A | 2A | 3A |
1B | 2B | 3B |
1C | 2C | 3C |
Thanks in advance for any assistance that can be provided.