Compare sheet 1 column A numbers with sheet 2 column A number

  • Thread starter Not and Excel Expert
  • Start date
N

Not and Excel Expert

I would like to compare the Column A, sheet 1 numbers with the Column A sheet
2 numbers and report inconsistencies in Column H sheet 2. I have 1225 rows
on sheet 1 and 1336 rows on sheet, excluding header row. Could someone help
me with the vlookup or what would work best to get this done quickly? I'm
about ready to compare number by number with search.
 
J

Jacob Skaria

In Sheet 2 cell H2 enter this formula and copy down as required...

=IF(ISERROR(MATCH(A2,Sheet1!A:A,0)),"Not Found","Found")

If this post helps click Yes
 
M

Marc

I would like to compare the Column A, sheet 1 numbers with the Column A sheet
2 numbers and report inconsistencies in Column H sheet 2.  I have 1225 rows
on sheet 1 and 1336 rows on sheet, excluding header row.  Could someonehelp
me with the vlookup or what would work best to get this done quickly?  I'm
about ready to compare number by number with search.

A other solution without programming and completly free :
XLComparator
http://www.xlcomparator.net
 

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