I have a list of all 50 states and the counties that reside within them in a sheet.
In a separate sheet, I've created a dropdown for the state that, using data shuttle, references the list of states. Next to the state field, I have a county field which I would like to show the counties based on what state is selected. I can get the county dropdown to show the list of ALL of the counties, but I only want it to show those available in the respective state.
Best way to do this?