In column A, I have Client Number. I sorted on column A and removed the duplicate client numbers where there are duplicates. In Column N, I have a Contact name. For every break in Column A, client number, If there are different contact names, I want to delete all but the first contact name. If they are the same that is ok and not to be removed.
A N
001 Joe Smith
Bill Gates
Judy Jones
Remove Bill Gates and Judy Jones
A
002 Joe Smith
Joe Smith
Leave it
I only want to remove the rows when there are more than one client number and different names in column N. There could be 3 different names in column N for a client number.
Is this possible? I am trying to do this manually but it is taking forever.