I have data in the A and B columns. B column\'s data is mostly duplicates of A\'s data, but not always. For example:
A
B
Another simpler solution is to use this formula in the conditional formatting (apply to column A):
=COUNTIF(B:B,A1)
Regards!