Hi
I have 2 lists. I want to compare list 1 with list 2 and if the name in list1 appears in list2 then I want to highlight that name in list1 in red for example but not doing anything to the same name in list2. So I highlighted List1 and then went to Conditional Formatting and wrote this formula
=COUNTIF($B:$B,A1)>1
But it did not work. I also want to do the same thing for List2. Compare names in list2 to names in list1 and if the name appears in List1 then highlight the name in list2 in green for example. Any idea how can I do that. Thank you very much.
I have 2 lists. I want to compare list 1 with list 2 and if the name in list1 appears in list2 then I want to highlight that name in list1 in red for example but not doing anything to the same name in list2. So I highlighted List1 and then went to Conditional Formatting and wrote this formula
=COUNTIF($B:$B,A1)>1
But it did not work. I also want to do the same thing for List2. Compare names in list2 to names in list1 and if the name appears in List1 then highlight the name in list2 in green for example. Any idea how can I do that. Thank you very much.
List1 | List2 |
Linda | Mike |
Adam | Liz |
Anna | Tao |
Bob | Jack |
Tao | Jim |
Liz |