I have three sheets,
Matchsheet1 and matchshhet2 contain lists of last names, first names, date of birth.
I need match sheet 3 to compare columns A and C in matchscheet1 to columns A and C in matchsheet2, and return the number of matches of lastname and date of birth rows. The answer should be 2. as smith with a birthdate of 1/2/1950 and doe with a birthdate of 1/4/1950 are in both sheets. it doesnt matter thant in one sheet a first name is tom and the other is thomas. I only want to compare last name and date of birth
1, MatchSheet1
2, MatchSheet2
3, MatchSheet3
- Matchsheet1 - first data set
- matchsheet2 - second data set
- matchsheet3 - results should go here
Matchsheet1 and matchshhet2 contain lists of last names, first names, date of birth.
I need match sheet 3 to compare columns A and C in matchscheet1 to columns A and C in matchsheet2, and return the number of matches of lastname and date of birth rows. The answer should be 2. as smith with a birthdate of 1/2/1950 and doe with a birthdate of 1/4/1950 are in both sheets. it doesnt matter thant in one sheet a first name is tom and the other is thomas. I only want to compare last name and date of birth
1, MatchSheet1
2, MatchSheet2
3, MatchSheet3