Link to home
Start Free TrialLog in
Avatar of eiyengars
eiyengars

asked on

Compare Excel Sheets

Want to compare two sheets and highlight the difference... Every week the data from sheet 2 changes and may have a different sort order.. I want to highlight any difference between the two sheets...




Data is similar to the link below:

http://filedb.experts-exchange.com/incoming/2012/03_w13/564010/Compare-example.JPG
Avatar of Peter Chan
Peter Chan
Flag of Hong Kong image

Hi,
You have to loop through Sheet 1. For every row, you find out the relevant row in Sheet 2 and list out the difference of two rows after the comparison.
Avatar of eiyengars
eiyengars

ASKER

Is there a vba script to perform this ?
Thanks for the link...but is there a formula or vba solution to do this? the list on the link is exhaustive.
You need to loop through 1st list first, to do the comparison on 2 lists.
ASKER CERTIFIED SOLUTION
Avatar of Professor J
Professor J

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial