One way in which to do it is to insert a helper column and
place an IF statement in it to check for changes.
Something like the statement below might help.
=IF(A2<>'N:\Daily Spreadsheets\[Yesterdays Sheet.xls]
Sheet1'!A2,"Changes made ","No Change")
Where the first A2 mentioned is cell A2 in today's
worksheet and the stuff after the <> is the path to
yesterday's sheet, and the cell to be compared.
The above IF statement can then be copied down all the
rows in today's worksheet, and then filtered to show those
cells which show "Changes made".
There may well be other ways of doing this, but this was
the simplest I could think of to help you out
Hope this helps
Paul Falla
-----Original Message-----
Well, here's my problem: each day here at work I receive
a file with updated info on specific data. Form is always
the same -specific number of columns with the same type of
data, only the number of rows may change. However, every
day I have to go through the data to see what has been
changed and/or what has been added/dropped.