Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Validation Dropdown With Filtered Data Range

I'd like to use data in column D
For a drop down in another sheet (data validation)
Only items where column A is less than 9

I tried List from a range
But it looks like you cannot put a formula in the range box
e.g.

=FILTER(GrpsTY!D2:D, GrpsTY!A2:A < 9)  

Any suggestions?

enter image description here

enter image description here

like image 269
Mathias Avatar asked Jul 28 '26 11:07

Mathias


1 Answers

formulas are not supported in data validation. the best course of action is to create a helper column with your filtered entries and then feed it to data validation.

like image 84
player0 Avatar answered Jul 30 '26 08:07

player0



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!