ExcelTutorials

How to Find Duplicate Values in Excel

2 Mins read

You can Find duplicate values in Excel by reading this blog. An Excel sheet is a great way of packing lots of data into a dense area. But, these documents will become unmanageable and unwieldy when they’re in use for a long period of time. This example teaches you how to find duplicates in Excel. You can also learn this from our Excel Courses online for free.

In this tutorial, we will figure out How to Find Duplicate values in an Excel sheet using two ways. To begin with, we will figure out how to use Conditional Formatting to highlight the copy cells. Then, we will show how to use the Excel Countif Function to find the duplicates. Now, we are not using a formula to find duplicates in excel. But how conditional formatting and countif function helps.

Excel Vlookup formula – Guidebook

Excel Vlookup Formula

Bored of downloading text heavy / copy-pasted eBooks?

If Yes, you will enjoy this guidebook on ‘Excel Vlookup Formulas’ – VLOOKUP, HLOOKUP, MATCH & INDEX.

How to Find Duplicate value using Conditional Formatting!

If you want to find duplicate values in excel then kindly follow below step by step procedure and easily get duplicate values in Excel or Spreadsheets.

1. Select the range of cells you wish to test

click on Conditional Formatting from Styles group

2. Click on Home Tab

3. Click on Conditional Formatting

select the Duplicate Values... Option

4. Select the Highlight Cells Rules option

5. Then select the Duplicate Values

15 Excel Data Cleaning Tricks Guidebook

Bored of downloading text heavy / copy-pasted eBooks? If Yes, you will enjoy this guidebook (43 pages) 

Duplicate Values dialog box will pop up

6. Selected Column will Highlight Duplicate Values.

select Duplicate from the drop-down list

7. Duplicate Column list will now get identified

Note: If we select Unique from the list. So, the previous selection is reversed. We are finding Duplicate values and not Unique values. So, select Duplicate from the drop-down list.

Then Click OK.

15 Excel Data Cleaning Tricks Guidebook

Bored of downloading text heavy / copy-pasted eBooks? If Yes, you will enjoy this guidebook (43 pages) 

how to find duplicate values using Conditional Formatting

Excel Vlookup formula – Guidebook

Excel Vlookup Formula

Bored of downloading text heavy / copy-pasted eBooks?

If Yes, you will enjoy this guidebook on ‘Excel Vlookup Formulas’ – VLOOKUP, HLOOKUP, MATCH & INDEX.

Find duplicate using COUNTIF Function

Using the COUNTIF function helps us:

  1. Find only the duplicate values, and
  2. Count how many times the value is repeated in the list.

So let’s find out a duplicate with Countif Function in Excel

formula is telling to count the repeated number of the value

Now let see how CountIF calculates the number of repetition.

1. Now in Column B we will count each name repetition. In cell B1 type the name of Column Count as like above picture. Now use below formula in cell B2 for count the number of repetition of the name John in cell A2:

=COUNTIF( A:A, A2 )

2. This formula is telling to count the repeated number of the value of cell A2 in the range of A:A (means the whole column of A).

now let input the same formula into other cells

Now we can see in cell B2, it counts that name John is entered only 1 time. So now let input the same formula into other cells of column B.

Using Fill handle of the selected cell

3. Using the Fill handle of the selected cell. Click, hold, and drag it below another cell of column B as like the above picture. The formula will be copied automatically for other cells of column B.

15 Excel Data Cleaning Tricks Guidebook

Bored of downloading text heavy / copy-pasted eBooks? If Yes, you will enjoy this guidebook (43 pages) 

So now we have successfully learned those two ways to find duplicate values in excel sheet.

4. Now column B is showing the number of entries of each name. We typed Vijay 3 times and it is also calculated by our COUNTIF function.

So now we have successfully learned those two ways to find duplicate values in the excel sheet.

15 Pivot Tables Tricks for Pros

15 Pivot Table tricks to make your Excel data analysis smarter! 5,600+ downloads.

Most Popular Tricks are #3, #7 & #12

Related posts
AlteryxTutorials

Alteryx Hotkeys - Alteryx Keyboard Shortcuts

2 Mins read
Top 50+ Alteryx Shortcuts for Windows. Alteryx is popularly known as a Self-Service Analytics tool. Business users can build their data workflows…
AlteryxTutorials

Step By Step Guide to Learn Alteryx

6 Mins read
Alteryx Learning Path: The growth in technology has resulted in growth in understanding. In today’s world, humans – fellow businessmen know the…
Excel VBA CodeTutorials

VBA Code to Clean the Date Format

1 Mins read
When it is useful? Most of the time the most annoying problem is when the data is taken from ERP or other…

1 Comment

Comments are closed.