Urgent!! compare 2 columns of numbers for duplicates

S

SBecker

I have 2 columns of loan numbers, Scheduled Sales and Actual Sales (1 column
is considerably shorter than the other), and I need to find which of the
scheduled sale loan numbers do not appear in the actual sale list. I've
tried multiple formulas and am not having any luck. I'm running out of time
and would love some help!
 
G

Gary Brown

use the VLookup( ) function in a helper column next to the Scheduled Sales
column
=Vlookup(scheduled sales loan #,Actual Sales table pointing at loan #
column,1,false)

Anything that comes up 'N/A' means it's in the Schedule Sales Loans but NOT
in the Actual Sales Loans.
 
S

SBecker

This worked beautifully!!!!! You've saved me hours of comparing thousands of
numbers and I thank you!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top