How do I automatically compare 2 versions of a spreadsheet

M

Mz2832

I need to compare a previous spreadsheet with the current spreadsheet
automatically (200 rows x 30 columns) to see what has changed between
versions. How can I do this easily.
 
E

Eduardo

Hi,
try one of these two methods

1

In Sheet1, enter:
=IF(ISNA(MATCH(C1,Sheet2!C:C,0)),"yes","")

2

create a third spreadsheet and enter
=exact(
click on first spreadsheet and select the first cell you are comparing.
click on third spreadsheet and enter
,
click on second spreadsheet and select the first cell you are comparing.
click on third spreadsheet and enter
)
then hit the enter key.
Select that cell you just made and highlight down and to the right and hit
control r then hit control d

hope this helps
 

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