Hi. I am struggling to find a way to create multiple drop downs that use just two columns. Using the data below for example, I need the first drop down to select the type of food. The second drop down to filter the colour. Without having to rearrange all the data. (I have 1000s of rows of data so do not want to start reorganising it.) Thanks in advance!
Column A - Column B
Fruit - Red
Vegetable - Blue
Fruit - Yellow
Fruit - Pink
Vegetable - Purple
Fruit - Black
So from data above. The first drop down I can select either Fruit or Vegetable. Example is to select Fruit. The second drop down should only give me those colours relating to fruit.
Column A - Column B
Fruit - Red
Vegetable - Blue
Fruit - Yellow
Fruit - Pink
Vegetable - Purple
Fruit - Black
So from data above. The first drop down I can select either Fruit or Vegetable. Example is to select Fruit. The second drop down should only give me those colours relating to fruit.