Comparing Multiple Lists of Data in Excel to Find Correlating Data

前端 未结 1 1453
萌比男神i
萌比男神i 2021-01-29 01:39

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

1条回答
  •  無奈伤痛
    2021-01-29 02:07

    If you are familiar with PivotTables perhaps the multiple-consolidation ranges option could be used to suit your needs...

    1. 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.

    2. 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"

    3. Now you can compare all matched product names with your own list using a simple vlookup or otherwise.

    enter image description here

    enter image description here

    0 讨论(0)
提交回复
热议问题