data validation with a filter

rjmdc

Well-known Member
Joined
Apr 29, 2020
Messages
676
Office Version
  1. 365
Platform
  1. Windows
how do i do data validation list but add a filter to ONLY active in the status column?
validation list only uses column of name
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
I'm not clear about how your data are organized, but if I'm following correctly, I would do something like the following. Helper cells are created to hold the filtered list, which is then referenced by Data Validation. You can eliminate the TRANSPOSE wrapper if the filtered dropdown list serves only one cell or the same filtered list will satisfactorily serve multiple cells...the list will then spill down the column.
MrExcel_20220912.xlsx
ABCDEFGH
1NameStatusChoose Active MemberFiltered Helpers
2AbeActiveCamAbeCamEli
3BobNot Active
4CamActive
5DeeNot Active
6EliActive
Sheet1
Cell Formulas
RangeFormula
F2:H2F2=TRANSPOSE(FILTER(A2:A6,B2:B6="Active"))
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
D2List=$F$2#
 
Upvote 0

Forum statistics

Threads
1,215,773
Messages
6,126,821
Members
449,340
Latest member
hpm23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top