Prev: Network days
Next: Pie of Pie
From: SBecker on 20 Apr 2010 16:02 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!
From: Gary Brown on 20 Apr 2010 16:10 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. -- Hope this helps. If it does, please click the Yes button. Thanks in advance for your feedback. Gary Brown "SBecker" wrote: > 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!
From: SBecker on 20 Apr 2010 16:23 This worked beautifully!!!!! You've saved me hours of comparing thousands of numbers and I thank you!!!! "Gary Brown" wrote: > 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. > > -- > Hope this helps. > If it does, please click the Yes button. > Thanks in advance for your feedback. > Gary Brown > > > > "SBecker" wrote: > > > 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!
|
Pages: 1 Prev: Network days Next: Pie of Pie |