Hi,
I am trying to create a dropdown list based on the results from a filter function.
Here's an example :
I used Filter function (in B1) to get the results containing the word rose from column D.
However this fills the cells B1 to B3, instead I would like to get a dropdown menu. I used (=B2# in data validation) to create a dropdown menu but that did not work. Is there any other way to do it? Or is it possible to get a dependent drop down list based on the results of filter function or Vlookup function?
I am trying to create a dropdown list based on the results from a filter function.
Here's an example :
I used Filter function (in B1) to get the results containing the word rose from column D.
However this fills the cells B1 to B3, instead I would like to get a dropdown menu. I used (=B2# in data validation) to create a dropdown menu but that did not work. Is there any other way to do it? Or is it possible to get a dependent drop down list based on the results of filter function or Vlookup function?
A | B | C | D |
rose | =FILTER(D1:D7; A1=C1:C7) | rose | rose from A |
lotus | rose | rose from B | |
apple | rose | rose from C | |
lotus | lotus from a | ||
lotus | lotus from b | ||
apple | apple from a | ||
apple | apple from b |