How to count duplicates in excel
Tutor 5 (36 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
Counting duplicates in Excel means identifying values that appear more than once in a range and determining how many occurrences exist. A duplicate value is any value that repeats in the dataset.
How to count how many times each value appears
Excel counts occurrences with the COUNTIF function.
Formula to count occurrences of each value
Place this formula next to the first cell of your list to count how many times that value appears in the entire column:
This formula checks how many times the value in A1 appears in column A.
How to count the total number of duplicate entries
The total number of duplicates equals the sum of all values that appear more than once.
Formula to count total duplicates (excluding first occurrences)
Place this in any empty cell:
This formula returns the total number of entries that occur at least twice.
How to count only the unique duplicate values
Unique duplicate values are values that repeat but are counted only once per value.
Formula to count unique duplicate items
Use:
Excel counts how many distinct values appear more than once.
How to highlight duplicates before counting them
Highlighting duplicates helps confirm your results visually.
Steps to highlight duplicates
-
Select the range.
-
Open Home > Conditional Formatting.
-
Select Highlight Cells Rules.
-
Select Duplicate Values.
-
Choose the formatting style.
-
Confirm with OK.
Windows and Mac use the same steps for this feature.
How to remove duplicates after counting them
Removal gives you a clean list.
Steps to remove duplicates
-
Select the dataset.
-
Open Data tab.
-
Select Remove Duplicates.
-
Choose the columns for checking.
-
Confirm with OK.
The feature keeps the first occurrence and deletes the rest.
How to count duplicates with multiple conditions
Excel counts duplicates with conditions using COUNTIFS.
Example formula
The result returns how many times the combination of A1 and B1 appears.
. Was this Helpful?Related Questions
Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
Why are margins not working
Answers · 1
Why is page layout not working
Answers · 1
How to print repeated rows on top in excel
Answers · 1
How to print header on each page
Answers · 1