Hey I need help on this:
I first solved the proplem of showing the correct cities based on the what was selected in the first drop menu by using this formulas in data validation: (coutry and city are named ranges for countries and cities).
IF($E$3="US",OFFSET(city, 0, 0, 2, 1),city)
But the...