wrightyrx7
Well-known Member
- Joined
- Sep 15, 2011
- Messages
- 994
Hi all,
I have a table with to Data Validation drop down lists.
Business Area
Financial Year
Budget Name
I need to create some sort of cascading drop down list from this table (data is added to this table all the time)
[TABLE="width: 414"]
<tbody>[TR]
[TD="width: 138"]Business Area[/TD]
[TD="width: 138"]Financial Year[/TD]
[TD="width: 138"]Budget Name[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]18/19[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]18/19[/TD]
[TD]Extended[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]19/20[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]19/20[/TD]
[TD]Extended[/TD]
[/TR]
[TR]
[TD="class: xl65"]2[/TD]
[TD]18/19[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]2[/TD]
[TD]19/20[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD]18/19[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD]20/21[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD]21/22[/TD]
[TD]General[/TD]
[/TR]
</tbody>[/TABLE]
So if someone selected Business area "1", the next list would only contain "18/19 & 19/20", then if they select 18/19 the next list would only contain "General & Extended".
I can use VBA or if there is a way with by Defining some named ranges i could do that to. I just need a bit of guidance.
I have a table with to Data Validation drop down lists.
Business Area
Financial Year
Budget Name
I need to create some sort of cascading drop down list from this table (data is added to this table all the time)
[TABLE="width: 414"]
<tbody>[TR]
[TD="width: 138"]Business Area[/TD]
[TD="width: 138"]Financial Year[/TD]
[TD="width: 138"]Budget Name[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]18/19[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]18/19[/TD]
[TD]Extended[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]19/20[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD]19/20[/TD]
[TD]Extended[/TD]
[/TR]
[TR]
[TD="class: xl65"]2[/TD]
[TD]18/19[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]2[/TD]
[TD]19/20[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD]18/19[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD]20/21[/TD]
[TD]General[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD]21/22[/TD]
[TD]General[/TD]
[/TR]
</tbody>[/TABLE]
So if someone selected Business area "1", the next list would only contain "18/19 & 19/20", then if they select 18/19 the next list would only contain "General & Extended".
I can use VBA or if there is a way with by Defining some named ranges i could do that to. I just need a bit of guidance.
Last edited: