
Originally Posted by
Lovelock, David
Hello - I am trying to update a customer lsit I have in one spreadsheet with the tax resalenumbers from another spreadsheet. The destination spreadsheet has 10,000+ records, the source spreadsheet has 111 records. The current formula I have is:
=IF(B2=[resalenumbers.xls]Sheet1!$A$2,[resalenumbers.xls]Sheet1!$B$2,AB2)
Which compares customer names(A2), if they are equal then it gives me the resale number field (B2source & AB2result).
The problem is I need to have it evaluate for each record in the destination to find the matching record in the source if it exists. Right now it will only do a 1 to 1 comparison rather than a 1 to many.
Any ideas?
Bookmarks