Hey,
I'm having a little issue with some conditional formatting not sure what the best way to go... I'm using the following:
I need it to check, Column A:A for duplicates if one is a dupelicate then it needs to check if the column B:B on the same row is a dupelicate and then if they still match it needs to check column c:c if all 3 match then I need it to highlight the row...
I don't know if this is easier doing in a macro.... if it is easier doing it in a macro then I would want it to check all Columns from A to J and if they all match then it needs to remove the entire row.
So:
A B C
King 55 End <-- THIS ROW MATCHS ALL 3
Jam 91 End
King 55 Start
Lome 91 End
King 55 End <-- THIS ROW MATCHS ALL 3 (HIGHLIGHT OR REMOVE THIS ROW)
Bookmarks