bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I get lists from our offices where they have multiple records for one employee. I would like to highlight those cells where the first and last names appear more the once. In other words, highlight all the records that are duplicated using the first and last name fields (two different columns).
I normally have conditional formatting set for the member ID number but sometimes we don't get this different from the offices.
I tried using the Countifs function as follows but it is giving me incorrect results (I think I set it up incorrectly):
Where Column B has the last names and column C the first names. Column A is where I would have Member ID numbers but in this instance I wasn't provided with that information.
I was trying to google the formula but I didn't know exactly how to phrase it so I find the solution
Thank you for your help.
Michael
I normally have conditional formatting set for the member ID number but sometimes we don't get this different from the offices.
I tried using the Countifs function as follows but it is giving me incorrect results (I think I set it up incorrectly):
Code:
COUNTIFS($B:$B, $B2,$C:$C,$C2)>1
Where Column B has the last names and column C the first names. Column A is where I would have Member ID numbers but in this instance I wasn't provided with that information.
I was trying to google the formula but I didn't know exactly how to phrase it so I find the solution
Thank you for your help.
Michael