Currently the way I compare sheets is I make 2 sheets and then on the 3rd sheet I use the following formula =IF(Sheet2!A1<>Sheet1!A1,"difference",""). This makes the word difference appear on the 3rd sheet in every cell that is different between the two sheets. Does anyone know what to replace the word "difference" with in order to get more detailed info? are there any better ways to compare two load sheets and see what is updated?