I thought I knew where to start with this but sadly I it's been long enough to where I need some assistance. First of all what I am working with is four lists of product data that I need to compare against my own product data.
So for example each of the product lists contain the following data:
Product Category
Product Name
Inventory
Product Price
Each of the lists have at least a thousand records.
What I need is a fifth list that tells me which of the competitors products I don't have on my list.
Last but not least and where this gets trickier is that the inventory contains duplicate records.
Its hard for me even to construct this question as I spend time with it.
What I want though is a list of products that are shared by all of the competitors that I do NOT have on my product list.
Before I type anymore I am going to see if you're following me here.
Thanks for your time.
-Michael
So for example each of the product lists contain the following data:
Product Category
Product Name
Inventory
Product Price
Each of the lists have at least a thousand records.
What I need is a fifth list that tells me which of the competitors products I don't have on my list.
Last but not least and where this gets trickier is that the inventory contains duplicate records.
Its hard for me even to construct this question as I spend time with it.
What I want though is a list of products that are shared by all of the competitors that I do NOT have on my product list.
Before I type anymore I am going to see if you're following me here.
Thanks for your time.
-Michael