Difference Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I create a report that will compare and report the difference between to two worksheets?
 
Hi,

You can use a third worksheet. past into A1:

=IF(Sheet2!A1<>Sheet3!A1,Sheet2!A1 & "**" & Sheet3!A1,"")

and copy down and across.

This would show blank cells where match, and the two
values together when they differ.

jeff
-----Original Message-----
How can I create a report that will compare and report
the difference between to two worksheets?
 

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

Back
Top