use a third worksheet to highlight cells from the first two worksheets that are not the same?
e.g
get data of one spreadsheet on one worksheet (Sheet1) and data of other spreadsheet on another (Sheet2).
on the third worksheet apply formula to a1 cell
=IF(Sheet1!A1<>Sheet2!A1,Sheet1!A1,""
fill down and right to apply calculation on other cells