I have an Excel file and want to look for the duplicate values in a certain field like a list of email accounts. Like making them to be formatted the same or something like that.
How to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When using Excel version 2007, built functionality can be used to remove duplication.
The command is on tab Data, a group Data Tools;
icon Remove duplicates.
Or use a macro. To mark duplicated values by the tag, such as X to an adjacent column.
Next, they can be used by auto filter, to filter out the rows marked and by keyboard shortcuts
CTRL + – (minus key) duplicates can be removed at once.