Gesyca_is_joy
Board Regular
- Joined
- Apr 24, 2014
- Messages
- 90
- Office Version
- 365
- Platform
- Windows
So I have to create what will be in essence a small database in excel for reasons far too long to go into. My thought is to create 3 tabs with 3 named tables then create a power pivot to drill down and return the needed information. If there is a better way to do this PLEASE feel free to tell me. (Excel on PC)
Table 1 has vendor profiles information (think company name, contact info, etc.):
Table 2 has work types (trades) that each company can do:
Table 3 has locations each company can work at:
I tried to connect the tables together using the Vendor ID field as it is unique, no duplicates and in all tables
my ultimate goal is to create a pivot that will let the user filter on site and trade then return the company name and contact information for all companies that can do that work at that location, something like:
Site: [dropdown of all sites]
Trade: [dropdown of all trades]
But I cannot get it to work and I am wondering if it's because the sites and trades are column headers?
Table 1 has vendor profiles information (think company name, contact info, etc.):
Company Name | Vendor ID | Name | Phone | |
ABC Services | S-11115 | John Smith | 555-5555 | john@abcservices.com |
Table 2 has work types (trades) that each company can do:
Vendor ID | Electrical | Plumbing | HVAC | General Repairs | Landscaping |
S-11115 | Yes | Yes |
Table 3 has locations each company can work at:
Vendor ID | Site 123 | Site 456 | Site 789 | Site 1010 | Site 999 |
S-11115 | Yes | Yes |
I tried to connect the tables together using the Vendor ID field as it is unique, no duplicates and in all tables
my ultimate goal is to create a pivot that will let the user filter on site and trade then return the company name and contact information for all companies that can do that work at that location, something like:
Site: [dropdown of all sites]
Trade: [dropdown of all trades]
Company Name | Contact | Phone | |
But I cannot get it to work and I am wondering if it's because the sites and trades are column headers?