1. One method I like is to make a third sheet to show differences an
put a formula like this in all cells :-
=Sheet1!A1-Sheet2!A1 ....for numbers
=IF(Sheet1!A1<>Sheet2!A1,"Different","")
2. There are macros/addins available. I think I have seen the
somewhere like MVP or other Excel websites. Try searching the web
1. One method I like is to make a third sheet to show differences and
put a formula like this in all cells :-
=Sheet1!A1-Sheet2!A1 ....for numbers
=IF(Sheet1!A1<>Sheet2!A1,"Different","")
This works fine for some kinds of differences, but doesn't handle well
things like an inserted row. Word works better if there might be inserted
or deleted rows or columns.
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.