mgana said:Is there a way to get this method to work with non-adjacent named ranges, like from an existing database?
mgana said:Is there a way to get this method to work with non-adjacent named ranges, like from an existing database?
ChangingCombo2.xls | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Code | Category | Data | Code | |||||||||
2 | 101 | A | A500 | Category | |||||||||
3 | 3 | 9 | 102 | B | A501 | Data | |||||||
4 | 103 | C | A502 | ||||||||||
5 | 2 | $I$2:$I$20 | 104 | D | A503 | ||||||||
6 | 105 | E | A504 | ||||||||||
7 | 106 | F | A505 | ||||||||||
8 | 107 | G | A506 | ||||||||||
9 | 108 | H | A507 | ||||||||||
10 | 109 | I | |||||||||||
11 | 110 | J | |||||||||||
12 | 111 | K | |||||||||||
13 | 112 | L | |||||||||||
14 | M | ||||||||||||
15 | N | ||||||||||||
16 | Namedranges: | O | |||||||||||
17 | Master | =INDIRECT(Sheet2!$D$5) | P | ||||||||||
18 | MyData | =Sheet2!$K$1:$K$3 | Q | ||||||||||
19 | R | ||||||||||||
20 | S | ||||||||||||
21 | |||||||||||||
Sheet2 |
djd79 said:Going back to the example give by Aladin at the beginning of this post…..
What if I have three lists? The combination of the first 2 lists will restrict the data that I am able to select in the third list?
I have 12 items in the first list, 26 items in the second list and about 250 items in the 3rd list.
Thanks,
Daniel