I am trying to highlight duplicate addresses that share the same date.
I have tried these formulas in Conditional Formatting but they did not work.
=IF(SUMPRODUCT(--(A:A=A1),-(B:B=B1))=-1,"No Duplicate","Duplicate") =COUNTIFS($A$1:$A$21,A1,$A$1:$A$21,"<>",$B$1:$B$21,B1,$B$1:$B$21,"<>")>1
If you could also explain what the formula is doing would be awesome.
Thanks a lot.