Hello,
I am trying to do something, which I think should be pretty simple, but I can't get it to work. I am hoping someone here can help me out.
I have 2 tables which on are two separate worksheets....
Table 1
CostCode ----Item
A -------------Dropdown List<dropdown>
B <dropdown>-------------Dropdown List
C <dropdown>-------------Dropdown List
D <dropdown>-------------Dropdown List
Table 2
Cost Code----Item 1-----Item 2------Item 3-----Item 4.... and so on
A-------------Thing 1-----Thing 2------Thing 3-----Thing 4
B-------------Thing 5-----Thing 6------Thing 7-----Thing 8
C-------------Thing 9-----Thing 10-----Thing 11----Thing 12
D-------------Thing 13----Thing 14-----Thing 15----Thing 16
In the "Item" column of table 1, I want to generate a data validation list by searching for the same "cost code" in Table 2, and then returning a list that includes every item column.
So, the drop down in Table 1 should consist of "Thing 1, Thing 2, Thing 3, and Thing 4"
I have hundreds of different cost codes, so I want the data validation list to look to the cost code column and "lookup" the list on another table. I've tried index/match and vlookup but I cant seem to get it to work.
Any help would be greatly Appreciated!
Thanks!</dropdown></dropdown></dropdown></dropdown>
I am trying to do something, which I think should be pretty simple, but I can't get it to work. I am hoping someone here can help me out.
I have 2 tables which on are two separate worksheets....
Table 1
CostCode ----Item
A -------------Dropdown List<dropdown>
B <dropdown>-------------Dropdown List
C <dropdown>-------------Dropdown List
D <dropdown>-------------Dropdown List
Table 2
Cost Code----Item 1-----Item 2------Item 3-----Item 4.... and so on
A-------------Thing 1-----Thing 2------Thing 3-----Thing 4
B-------------Thing 5-----Thing 6------Thing 7-----Thing 8
C-------------Thing 9-----Thing 10-----Thing 11----Thing 12
D-------------Thing 13----Thing 14-----Thing 15----Thing 16
In the "Item" column of table 1, I want to generate a data validation list by searching for the same "cost code" in Table 2, and then returning a list that includes every item column.
So, the drop down in Table 1 should consist of "Thing 1, Thing 2, Thing 3, and Thing 4"
I have hundreds of different cost codes, so I want the data validation list to look to the cost code column and "lookup" the list on another table. I've tried index/match and vlookup but I cant seem to get it to work.
Any help would be greatly Appreciated!
Thanks!</dropdown></dropdown></dropdown></dropdown>
Last edited: