Comparing Excel spr...
 

[Closed] Comparing Excel spreadsheets

Posts: 13566
Full Member
Topic starter
 

I have 2 versions of a multisheet spreadsheet.

Most of the contents is text with a few numbers in among them.

Any quick, easy and free way to tell what has been added, updated or deleted when version tracking hasn't been used?


 
Posted : 04/08/2009 12:46 pm
Posts: 36
Free Member
 

not pretty but make a working copy of one of the files.

assuming that each sheet isnt more than half as wide as a worksheet limit, copy the contents of the second matching worksheet and paste the data next to the first set of data.
then use conditional formatting to flag up content differences.

this assumes that a) the contents of the sheet need no more than 50% of the rows available in the worksheet and b) that the two files are structurally identical (i.e. no new rows inserted)


 
Posted : 04/08/2009 12:54 pm
Posts: 0
Free Member
 

Try this:

http://www.formulasoft.com/xlsc.html


 
Posted : 04/08/2009 1:13 pm
Posts: 2
Free Member
 

I have a nice bit of VBA that compares each row in a SS line by line.

But I cant send it to you ๐Ÿ™ for obvious reasons.


 
Posted : 04/08/2009 1:18 pm
Posts: 13566
Full Member
Topic starter
 

thanks tragic


 
Posted : 04/08/2009 3:10 pm