Hey all. Back Again.
I'm trying to figure out how to take a set of named ranges and combine them into one contiguous range. The reason I'm using named ranges rather than cell references is because two of the ranges will change, based on data entered in two other cells, and an unchanging master list.
I need to figure out a way, preferably with functions and not VBA, to combine all this into one contiguous range. I'm attaching a file, but here's a base explanation
Dropdown A is chosen to be A
Dropdown B is chosen to be B
That would cause a combination of ListA, ListB, and MasterList into FullList range.
However, it also needs to work as...
Dropdown A is chosen to be A
Dropdown B is left blank.
FullList = ListA, MasterList
And
Dropdown A and B are left blank
FullList=MasterList
Any thoughts?
I'm trying to figure out how to take a set of named ranges and combine them into one contiguous range. The reason I'm using named ranges rather than cell references is because two of the ranges will change, based on data entered in two other cells, and an unchanging master list.
I need to figure out a way, preferably with functions and not VBA, to combine all this into one contiguous range. I'm attaching a file, but here's a base explanation
Dropdown A is chosen to be A
Dropdown B is chosen to be B
That would cause a combination of ListA, ListB, and MasterList into FullList range.
However, it also needs to work as...
Dropdown A is chosen to be A
Dropdown B is left blank.
FullList = ListA, MasterList
And
Dropdown A and B are left blank
FullList=MasterList
Any thoughts?