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 t
If you are familiar with PivotTables perhaps the multiple-consolidation ranges option could be used to suit your needs...
Select the multiple-consolidation ranges option by accessing the PivotTable wizard dialog (Shortcut: Alt+D+P) then enter settings in the dialog similar to below. The data is shown on the same sheet but could equally be stored in different sheets or even closed workbooks.
Rearrange columns and group product names into "Matched" and "Unmatched" as shown. There are several methods to automate the grouping, the simplest is probably to add a count column beside the pivottable and filter on rows where there are 4 items, then you can select visible items in the row field by pressing Alt+; and choose the group option. Rename this group "Matched", then filter for less than 4 items in the count column and rename the group "Unmatched"
Now you can compare all matched product names with your own list using a simple vlookup or otherwise.