Hello,
I am looking for a way to remove rows that contain duplicate employee ID numbers. I don't want to just show the unique values, but instead delete any row that has a duplicate (removing a pair of duplicates, not just the later duplicate value). Is there any way to do this?
My desired output is just the employee ID numbers that have not been duplicated. I pulled a report retroactively and one in the present say, so I am looking to find the rows that show up in one report but not the other (bidirectional).