1

I have a column in an Excel spreadsheet with several hundred entries, and some of these entries are duplicated.

I would like to remove all duplicate entries from the column so that each entry remaining is unique.

Is there a way to accomplish this automatically?

Kevin Panko
  • 7,466
Donut
  • 833

1 Answers1

3

Use the Remove Duplicates feature of Excel.

  1. Select your data.

  2. Click Remove Duplicates on the Data ribbon.

  3. Choose which columns to use as criteria for duplicate entries. In your case, it's one column, so just select the single column.

    enter image description here

  4. Click OK.

    enter image description here

Excellll
  • 12,847