Hi All,
I am trying to create a dependent data validation drop down menu without having a separate defined List for each variable. Here is my example data (please note this table is filled dynamically when a user enters information, which is why I can't have a prior defined list):
Reference Sheet:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Client Name[/TD]
[TD]Project ID[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-1[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-2[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-3[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-4[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-1[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-2[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-3[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-4[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-5[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to make a drop down based on a user's entry of Client A or Client B in the Client Name column. So if they enter Client A, they will have a drop down menu of Project A-1, Project A-2, etc. However, since the above reference chart is created dynamically when a user enters data (i.e. they could add a new Project ID for Client A - or even a Client C), I would like to use a formula in the Data Validation list which could pass the correct Project IDs without having a predefined "ClientAList".
Any thoughts or suggestions would be much appreciated!
Thanks!
Chris
I am trying to create a dependent data validation drop down menu without having a separate defined List for each variable. Here is my example data (please note this table is filled dynamically when a user enters information, which is why I can't have a prior defined list):
Reference Sheet:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Client Name[/TD]
[TD]Project ID[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-1[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-2[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-3[/TD]
[/TR]
[TR]
[TD]Client A[/TD]
[TD]Project A-4[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-1[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-2[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-3[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-4[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD]Project B-5[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to make a drop down based on a user's entry of Client A or Client B in the Client Name column. So if they enter Client A, they will have a drop down menu of Project A-1, Project A-2, etc. However, since the above reference chart is created dynamically when a user enters data (i.e. they could add a new Project ID for Client A - or even a Client C), I would like to use a formula in the Data Validation list which could pass the correct Project IDs without having a predefined "ClientAList".
Any thoughts or suggestions would be much appreciated!
Thanks!
Chris