Hello All,
I am working with a set of data with 36k+ rows.
Each row has a name and an ID number assigned. The names appear multiple times.
example:
John 1
John 1
John 1
Jack 2
Jack 2
Tom 3
Bill 4
Bill 4
Bill 4
Bill 4
Bill 4
Bill 4
I am trying to verify my data to ensure that each name is only assigned an ID once. I do not have any duplicate people as in John is John. Another John that shows up MUST be the person.
John 1
John 1
John 1
Jack 2
Jack 2
Tom 3
Bill 4
Bill 5
Bill 4
So from the data set above, Bill is assigned ID#4 and ID#5. Is there a formula or something on excel that when that occurs, it's highlighted or some text can be used in a formula? That way I can filter this third column to find the issue.
John 1 N
John 1 N
John 1 N
Jack 2 N
Jack 2 N
Tom 3 N
Bill 4 Y
Bill 5 Y
Bill 4 Y
OR
John 1 N
John 1 N
John 1 N
Jack 2 N
Jack 2 N
Tom 3 N
Bill 4 N
Bill 5 Y
Bill 4 N
Either way works, just a way for me to easily and quickly identify duplicate ID's assigned to someone. Thanks in advance!
Bookmarks