Change data validation dropdown list using radio buttons

dlwearl

New Member
Joined
Jul 28, 2014
Messages
13
Hey everyone,

I'm having a problem with data validation drop down lists.

I'm making a degree audit sheet in Excel. I have a radio button on the degree audit sheet with two choices: A.A. and A.S.

I have data validation drop down lists for classes in physical science and life science which need to change depending on which degree option is selected via radio button.

The course information for both sciences are stored in separate tables on a different sheet, two tables for the physical and life science requirements for the A.A., and two tables for the physical and life science requirements for the A.S. Each table has two columns: one column with course ID numbers, the other with credit amounts.

When the radio button for A.A. is selected, I need the drop down lists for physical science and life science, located on the degree audit sheet, to display the corresponding course names from the A.A. tables, located on a separate sheet (I get the credits via index-match). When the A.S. radio button is selected, I need the course name lists to change to the corresponding A.S. tables (credits are obtained through index-match, as before). The course names are saved as named ranges, and the tables themselves all have unique names.

Any help much appreciated!

David
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Well typically (atleast how I know how to do it). You would link your radio buttons to cells and then use conditionals to have it select the range to do. However, I would recommend avoiding the macroing and activex/form controls altogether. Why not create another drop down through data validation with your choices. And then create named ranges with the same name as your choices 2 choices. Then the range for your second drop down would just use an indirect function.
=Indirect(CellofChoicedropDown)
 
Upvote 0
ghrain22, I tried this and it is not working. I believe what you are describing is where the second drop down list is dependent on the first drop down as Mike Girvin (ExcelisFun) used in Excel Magic Trick 900: Simulate Filter With Formula to Create Immediate Filter Results.

My main office has Excel 2010, but another office I go to is Excel 2003 (where I am currently working for this post). Does this trick work in 2003?







https://www.youtube.com/watch?v=pCAXRLYr59E&list=PL63A7644FE57C97F4&index=9
 
Upvote 0

Forum statistics

Threads
1,215,038
Messages
6,122,798
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top