Group,
I have a table (Sheet1) in Excel that looks something like this:
[TABLE="class: grid, width: 250, align: center"]
<tbody>[TR]
[TD="align: center"]Numbers[/TD]
[TD="align: center"]Type[/TD]
[/TR]
[TR]
[TD="align: center"]123[/TD]
[TD="align: center"]TK[/TD]
[/TR]
[TR]
[TD="align: center"]123[/TD]
[TD="align: center"]TQ[/TD]
[/TR]
[TR]
[TD="align: center"]123[/TD]
[TD="align: center"]HK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]TK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]TQ[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]HQ[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]HK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]DK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]DQ[/TD]
[/TR]
</tbody>[/TABLE]
On a separate tab (Sheet2) within the same spreadsheet, I want to be able to enter the "Number" and return each of the available "Types". By this I'm saying I want it to return something that looks like this:
[TABLE="class: grid, width: 200, align: center"]
<tbody>[TR]
[TD="align: center"]Number ID[/TD]
[TD="align: center"]123[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TQ[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]HK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 200, align: center"]
<tbody>[TR]
[TD="align: center"]Number ID[/TD]
[TD="align: center"]208[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TQ[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]HQ[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]HK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]DK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]DQ[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I were building a list box, I know how to do that. However finding the data based on the Number ID and putting the available types below it is something I've not done.
Can you offer some suggestions as to how?
Thanks,
Don
I have a table (Sheet1) in Excel that looks something like this:
[TABLE="class: grid, width: 250, align: center"]
<tbody>[TR]
[TD="align: center"]Numbers[/TD]
[TD="align: center"]Type[/TD]
[/TR]
[TR]
[TD="align: center"]123[/TD]
[TD="align: center"]TK[/TD]
[/TR]
[TR]
[TD="align: center"]123[/TD]
[TD="align: center"]TQ[/TD]
[/TR]
[TR]
[TD="align: center"]123[/TD]
[TD="align: center"]HK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]TK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]TQ[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]HQ[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]HK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]DK[/TD]
[/TR]
[TR]
[TD="align: center"]208[/TD]
[TD="align: center"]DQ[/TD]
[/TR]
</tbody>[/TABLE]
On a separate tab (Sheet2) within the same spreadsheet, I want to be able to enter the "Number" and return each of the available "Types". By this I'm saying I want it to return something that looks like this:
[TABLE="class: grid, width: 200, align: center"]
<tbody>[TR]
[TD="align: center"]Number ID[/TD]
[TD="align: center"]123[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TQ[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]HK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 200, align: center"]
<tbody>[TR]
[TD="align: center"]Number ID[/TD]
[TD="align: center"]208[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]TQ[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]HQ[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]HK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]DK[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]DQ[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I were building a list box, I know how to do that. However finding the data based on the Number ID and putting the available types below it is something I've not done.
Can you offer some suggestions as to how?
Thanks,
Don