PhantomJoe
New Member
- Joined
- Sep 7, 2017
- Messages
- 22
I have 2 tables that I am trying to figure out a less painful way of merging into a single table or identifying some other method to link the 2 tables.
I currently have 2 tables that report on supplier information. Table 1 shows by supplier what category or categories that supplier supports.
There are 9 different categories that a supplier can support with a column indicating yes or no as to whether that supplier supports that category.
Here's an example of the headers for that table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Supplier Name[/TD]
[TD]Category[/TD]
[TD]Yes/No[/TD]
[/TR]
</tbody>[/TABLE]
The 2nd table is a supplier table that shows what sites that supplier supports.
Here's an example of the headers for that table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Supplier Name[/TD]
[TD]Site[/TD]
[/TR]
</tbody>[/TABLE]
In the Sites table a supplier can support 200 or more sites (so naturally there would be a row for each site per supplier).
The goal is to use this data to quickly see what suppliers need to receive requisitions. The order in which it would be determined would be to first filter on the site to find which suppliers support that site and then filter down by category to see which suppliers support both the site and the category. And this file needs to be simple enough that I can hand it off.
At the moment it's 2 different tables on separate worksheets (in the same workbook) and it requires manually filtering to the site (in the Sites table) to get the supplier list and then cross-referencing that list against the category table to find the population that need to receive the particular requisition.
I'm hoping there's a way to either link these tables together or to identify some process that I've not thought of to make this search more automated.
Any help is appreciated.
I currently have 2 tables that report on supplier information. Table 1 shows by supplier what category or categories that supplier supports.
There are 9 different categories that a supplier can support with a column indicating yes or no as to whether that supplier supports that category.
Here's an example of the headers for that table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Supplier Name[/TD]
[TD]Category[/TD]
[TD]Yes/No[/TD]
[/TR]
</tbody>[/TABLE]
The 2nd table is a supplier table that shows what sites that supplier supports.
Here's an example of the headers for that table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Supplier Name[/TD]
[TD]Site[/TD]
[/TR]
</tbody>[/TABLE]
In the Sites table a supplier can support 200 or more sites (so naturally there would be a row for each site per supplier).
The goal is to use this data to quickly see what suppliers need to receive requisitions. The order in which it would be determined would be to first filter on the site to find which suppliers support that site and then filter down by category to see which suppliers support both the site and the category. And this file needs to be simple enough that I can hand it off.
At the moment it's 2 different tables on separate worksheets (in the same workbook) and it requires manually filtering to the site (in the Sites table) to get the supplier list and then cross-referencing that list against the category table to find the population that need to receive the particular requisition.
I'm hoping there's a way to either link these tables together or to identify some process that I've not thought of to make this search more automated.
Any help is appreciated.