Identify Missing Records
Posted by JAF on January 10, 2000 6:33 AM
Several times a month I have to compare the downloads of 2 system reports detailing accounts in the current month and the previous month. The reports are identical except that one report will have more records than the other, sometimes the current month will have more records than the previous month and vice versa.
There is no problem in getting the data into Excel, and I have been using a COUNTIF formula to compare the 2 sets of data. The problem with this method is that it takes AGES to calculate as the report can have anything upto around 20,000 records!!!
What I need is a QUICK (and preferably macro driven) way to identify the accounts which appear on the report with MORE records but not on the report with LESS records AS WELL AS the accounts which appear on the report with LESS records but are not on the report with MORE records (if that makes any sense!)
Any ideas, assistance etc appreciated.