|
|
Question : Compare 2 sheets in EXCEL 2007 - and display none matching
|
|
I have two sheets of data
they both pretty much contain the same information but one sheet is 600 rows big and the o ther is 400 rows big so i know i have 200 extra rows on (sheet A)
what is the formula i can use to display all the records/rows that are missing form (sheet B)
?
Thanks Guys/Gals
|
Answer : Compare 2 sheets in EXCEL 2007 - and display none matching
|
|
Assuming you have a key column, let's say A, you can use: =countif(Sheet2!A:A,A1) on sheet1 and copy down. Any that return 0 do not exist on sheet2. You can also use this to check vice versa in case you have some mismatches on both sheets.
HTH Rory
|
|
|
|