Hi
I have 2 columns and I want to highlight duplicated values (using formula, I know there is an option to highlight without using formula).
So I highlighted these 2 ranges A1:A7 and B1:B7 and then wrote this formula in conditional formatting-->Formula
=COUNTIF(A1,$B1)>1
Appreciate any help. Thank you very much.
I have 2 columns and I want to highlight duplicated values (using formula, I know there is an option to highlight without using formula).
So I highlighted these 2 ranges A1:A7 and B1:B7 and then wrote this formula in conditional formatting-->Formula
=COUNTIF(A1,$B1)>1
Appreciate any help. Thank you very much.
ID | ID |
1 | 1 |
2 | 3 |
3 | 5 |
4 | 7 |
5 | 9 |
6 | 11 |