Compare 2 lists to extract "unmatching" records

annik

New Member
Joined
Jun 15, 2011
Messages
1
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
Hello,<o:p></o:p>

With the help of YouTube videos I have been trying to compare 2 lists in order to extract records that are not exactly the same on both lists, ideally onto 3 new worksheets (NEW, GONE, AMENDED). <o:p></o:p>

I have been trying to implement your lessons, those of ExcelisFun, with lookup, arrays and a variety of more complicated formulas, to no avail. <o:p></o:p>
I actually wonder if the issue is the type of data (text, number) or the length of the compared lists.
<o:p></o:p>
The current lists we have will soon grow to <o:p></o:p>

Here is the scenario:<o:p></o:p>

* List #1 has current active members (FirstName, LastName, Company, email) - 4 alphanumeric columns & approx. 3800 rows<o:p></o:p>

* List #2 (an Outlook export) is a complete & historical list of members, including previous members who HAVE LEFT -4 alphanumeric columns & approx 5000 rows<o:p></o:p>

**PS this list will soon grow to near 20000 rows<o:p></o:p>

OBJECTIVE:<o:p></o:p>

1) identify NEW members (on #1 but not #2)<o:p></o:p>

2) identify members who left (on #2 but not on #1)<o:p></o:p>

3) identify members who may have changed company and/or email (#1 does not correspond to #2) AND highlight what that change is so that list #2 can be updated accordingly<o:p></o:p>

4) CAUTION: some members may have same First & Last name but are in fact different individuals (ex: Veronique Boisvert). I am not sure how to tackle this one: she won't come out as an exact match, but she is not NEW or GONE either. I suppose however that since this is exceptional, we could "humanly" review these odd cases.....<o:p></o:p>

Can anyone help me figure this out? I have probably spent close to 20 hours so far and got so close to the solution by using the info in the videos (and ExcelisFun videos 369, 528, 539, 540) but there always seems to be a glitch !!

Many thanks
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
perhaps we could be of more help is you post a small sample of your data and what you formulas are, what the glitches are, and what the expected results would be. I understand your question, but it would save us the 20+ hours you have already spent on this.
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,738
Members
452,940
Latest member
Lawrenceiow

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top