ZipGrep is a utility that can list and search zip (.war, .ear, .jar, etc) archives for text patterns, without the need to extract the archive's contents.
One of a set of tools we're offering as a way to say thank you for being a part of the community.
Create a new conditional rule using the "Use a formula to determine cells to format" option.
In the "Format Values where this formula is true:", you can use a formula like:
=OR($A2<>$A7, $B2<>$B7....)
The comparison should be repeated for each column you want to compare.
Another option is to use:
= CONCATENATE($A2:$I2)<>CONC
($I should be your end column letter.)