Filter data from two worksheets from same excel file

A

anu

i have a set of account numbers in 2 worksheets( created at diff dates). i
want to find out the ones which are not there in the earlier. Both worksheets
are saved in a single file. The account numbers are of 11 digits and the each
sheet contains hundreds of such account numbers
 
J

JMay

To compare entries in Column A of sheet2 with entries in Column A Sheet1
in your sheet2 (new column G) enter in first data row(say G2))

=COUNTIF(Sheet1!A:A,Sheet2!G2)=0

and Copy down as far as is needed

FALSE = These values are on Both Sheets
TRUE = These values Are NOT on Sheet1
 

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