brandonmcg
New Member
- Joined
- Jan 14, 2009
- Messages
- 43
- Office Version
- 2016
- Platform
- Windows
I have a scenario where I have one to three borrowers on a specific loan number. About 10,000 loans in total.
List # 1
Three headers
Borrower Loan Number Borrower Name Borrower ID
123456789 Bob Smith 111111111
123456789 Mary Smith 222222222
987654321 Gary Jones 333333333
963852741 Tom Jackson 444444444
963852741 Jill Jackson 555555555
963852741 Barry Jackson 666666666
Each Borrower ID is Unique.
I have a second sheet with the same information but it is from a different source.
I need to compare sheet one to sheet two making sure I match the loan numbers and Borrower ID's to each other.
I need to find where the Borrower ID does NOT match the other sheets Borrower ID.
Loan numbers must match to each other
The names may not always match exactly because they are from different sources and can be different from one another.
One report might say Mary Smith and the other Might say Mary L Smith. So they will be similar but not always exact.
I have to match each list to each other to show the work. Some how I need to see the exceptions or where there is not a match.
First Spreadsheet Second Spreadsheet
123456789 Bob Smith 111111111 = Match 123456789 Bob Smith 111111111 = Match
123456789 Mary Smith 222222222 = No Match 123456789 Mary Smith 222222223 = No Match
987654321 Gary Jones 333333333
963852741 Tom Jackson 444444444
963852741 Jill Jackson 555555555
963852741 Barry Jackson 666666666
Make sense?
List # 1
Three headers
Borrower Loan Number Borrower Name Borrower ID
123456789 Bob Smith 111111111
123456789 Mary Smith 222222222
987654321 Gary Jones 333333333
963852741 Tom Jackson 444444444
963852741 Jill Jackson 555555555
963852741 Barry Jackson 666666666
Each Borrower ID is Unique.
I have a second sheet with the same information but it is from a different source.
I need to compare sheet one to sheet two making sure I match the loan numbers and Borrower ID's to each other.
I need to find where the Borrower ID does NOT match the other sheets Borrower ID.
Loan numbers must match to each other
The names may not always match exactly because they are from different sources and can be different from one another.
One report might say Mary Smith and the other Might say Mary L Smith. So they will be similar but not always exact.
I have to match each list to each other to show the work. Some how I need to see the exceptions or where there is not a match.
First Spreadsheet Second Spreadsheet
123456789 Bob Smith 111111111 = Match 123456789 Bob Smith 111111111 = Match
123456789 Mary Smith 222222222 = No Match 123456789 Mary Smith 222222223 = No Match
987654321 Gary Jones 333333333
963852741 Tom Jackson 444444444
963852741 Jill Jackson 555555555
963852741 Barry Jackson 666666666
Make sense?