I have two Drop Down Menus and I want to make the second show values based on what I picked in the first one.
I used IF function in data validation but it doesn't work.
Here is the example: Capture d'?cran 2024-05-20 152036.png
I have two named ranges country and city.
I have used this formula in city drop down to show the first us cities if I selected us, if not show all, but it doesn't work :
=IF($E$3=$A$2,INDEX(city,2,1),city))
Bookmarks