Hi,
Assuming that you know that the addresses to be compared are on the same row(s), you could try a simple IF statement in an adjacent column like this:

=IF(A3=C3,"ok","ERROR")

If you have a lot of addresses, you could then filter on the new column and select the ERROR cells.

-- George