I have two columns that contain huge lists. My objective is to use conditional formatting to highlight cells in Column A if they are also listed in Column D (duplicate values). I figured that out by using the formula
=VLOOKUP($A1,$D:$D,1,0)=$A1
The complication occurs when the individuals cells in Column A will sometimes have more characters than their Column D duplicates. I still need the cells in Column A to highlight.
For example,
- D4 shows FA666610F8009. I need it to identify the both duplicates in
- A3, which shows FA666610F8009, and
- A5, which shows FA666610F8009RS56.
I have tried diligently to find the right formulaic variation, but I have failed. The below linked excel file is as far as I could get on my own.