Hello,
I am wondering if I am way off base here. I am trying to do conditional formatting IF A, C, and E are all a duplicate of another. I was thinking...
=AND(AND(COUNTIF($A:$A,A2)>1,COUNTIF($C:$C,C2)>1),COUNTIF($E:$E,E2)>1)
But this does not work because it is just checking that if they are ever duplicates one at a time, where as I need it to check if they are a duplicate together not one at a time. Does that make sense?
I am wondering if I am way off base here. I am trying to do conditional formatting IF A, C, and E are all a duplicate of another. I was thinking...
=AND(AND(COUNTIF($A:$A,A2)>1,COUNTIF($C:$C,C2)>1),COUNTIF($E:$E,E2)>1)
But this does not work because it is just checking that if they are ever duplicates one at a time, where as I need it to check if they are a duplicate together not one at a time. Does that make sense?