Conditional Data Validation List based on table

SBiebaut

New Member
Joined
Dec 21, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello all,

I am trying to create a drop down list off all projects from a table, but based on their status. If a project is live, it should not appear in the dropdown list
On sheet 1 I have a table with projects and their status
ProjectStatus
HorseIn Progress
CowIn Progress
PigLive
ChickenOn Hold
DuckLive


on sheet 2, we organise the projects that are in the backlog. Now, projects that have already gone live should not appear here, and should not be an option in the dropdown. in the example above, the drop down list should only show Horse, Cow and Duck.
I've been trying to achieve this in the "Data Validation" --> "list" and then work with IF. However, I've only managed incorrect formulas. Is this at all possible? and if so, how exactly?
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hi & welcome to MrExcel.
You could add a helper cell on sheet1 like
+Fluff 1.xlsm
ABCD
1ProjectStatus
2HorseIn ProgressHorse
3CowIn ProgressCow
4PigLiveChicken
5ChickenOn Hold
6DuckLive
7
8
Sheet1
Cell Formulas
RangeFormula
D2:D4D2=UNIQUE(FILTER(Table2[Project],Table2[Status]<>"Live"))
Dynamic array formulas.


And the use
Excel Formula:
=Sheet1!D2#
in your DV
 
Upvote 0
Ignore - answered at same time
although
why not Pig ?
the drop down list should only show Horse, Cow and Duck.
so in that "In Progress" & "Live"
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,595
Members
449,089
Latest member
Motoracer88

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