[Solved] Double Dynamic Dropdowns with Data Validation
Posted: Fri May 30, 2014 1:41 pm
				
				In the example I attached I have two sheets Tracker which is the main sheet someone would be working on and Array which holds a list of data to be used for validated drop down boxes.
Tracker Column A - Dynamic List Validated using Array Column A
Tracker Column B - Dynamic list created from corresponding Row in Array
Array Rows have a different numbers of cells
What I've been attempting to accomplish is to populate a drop down box in Column B of Tracker based on what the user selected from a dynamic list in Column A on Tracker by Using the table in Array which holds multiple entries based off of Column A of Tracker. Neither
I've been using Column B on Array as a index key for different formulas I've tried in addition to having set a range.
My biggest challenge with this so far is keeping everything dynamic since I'm trying to avoid hard coding any values and I can't predict ahead of time out many items may end up in each row and I would like to avoid having a needless amount of blank choices cluttering the list. So far I've tried using vlookup with different combinations of offset, indirect, and countif in order to build the data validation for Column B of Tracker.
I know this should be possible and I do believe I've done this before I just can't seem to wrap my head around how OpenOffice want's me to make this. Any help or insight anyone could give me would be greatly appreciated.
			Tracker Column A - Dynamic List Validated using Array Column A
Tracker Column B - Dynamic list created from corresponding Row in Array
Array Rows have a different numbers of cells
What I've been attempting to accomplish is to populate a drop down box in Column B of Tracker based on what the user selected from a dynamic list in Column A on Tracker by Using the table in Array which holds multiple entries based off of Column A of Tracker. Neither
I've been using Column B on Array as a index key for different formulas I've tried in addition to having set a range.
My biggest challenge with this so far is keeping everything dynamic since I'm trying to avoid hard coding any values and I can't predict ahead of time out many items may end up in each row and I would like to avoid having a needless amount of blank choices cluttering the list. So far I've tried using vlookup with different combinations of offset, indirect, and countif in order to build the data validation for Column B of Tracker.
I know this should be possible and I do believe I've done this before I just can't seem to wrap my head around how OpenOffice want's me to make this. Any help or insight anyone could give me would be greatly appreciated.