Skip to main content

New Article

How to SUM by matching partial text in Excel

Remove Duplicate values but keep one value in excel 2016

Remove duplicate values but keep one value:

So, In Microsoft Excel when you start data analysis based on one column, it is very important to keep your data clean and must follow the data table rules. Otherwise your query on data table will show you wrong result. One of the data table rule is, every record or row will be unique based on one column. In Microsoft Excel you can check and remove duplicate values or rows based on one column. This feature in Microsoft Excel is called Remove Duplicate. It is a built-in tool of Microsoft Excel which helps you to clean up your data quickly. It is very easy to use.

Remove Duplicate

In this tutorial I'll show you how you can remove duplicates rows in excel and keep first record or row only from each duplicate records or rows based on one column.


How to use Remove Duplicate in Excel 2016

Let's start with a simple example here. Below is a data table where few columns contains duplicate values. We can remove these duplicate values but keep the first value based on one column or based on multiple columns.

Remove Duplicate


Use Remove Duplicate for Single Column:


There are duplicate values in Name column. So, if we want to remove duplicate names and keep the first record only, then follow below steps:

1. Click anywhere of the data table.
2. Click on Data | Remove Duplicates.
3. Remove Duplicates dialog box will appear.
4. Click on Unselect All.
5. Check on Name

Remove Duplicate 

6. Click Ok.

Tips:
Make sure that, "My data has headers" option in "Remove Duplicates" dialog box checked. Otherwise you have to identify with Column Number like Column 1, Column 2 etc.


Microsoft Excel will notify you with a message that, how many duplicate values found and removed, also how many unique values remain in Name column.

Remove Duplicate

 

Use Remove Duplicate for Multiple Columns:
 

If there is a criteria that, if Name and Salary is same value for a single record, then it is must be a duplicate. So you have to keep first and delete others same record. To do this, follow the instructions:

Remove Duplicate

1. Click anywhere of the data table.
2. Click on Data | Remove Duplicates.
3. Remove Duplicates dialogbox will appear.
4. Click on Unselect All.
5. Check on Name and Salary

Remove Duplicate

6. Click Ok.

Microsoft Excel will notify you with a message that, how many duplicate values found and removed, also how many unique values remain in Name column.

Remove Duplicate

 

How many ways you can identify duplicate values in Excel 2016: 

There are 2 ways you can identify the duplicate records. These are:

 

A) Through Conditional Formatting:
 

To identify duplicate records through conditional formatting, follow below steps:

1. Select the Data Table (do not select the Header Row)
2. Click on Conditional Formatting | New Rules

Remove Duplicate

3. Select Use a formula to determine which cells to format
4. Use this formula =COUNTIFS($A$3:$A$15,$A3,$D$3:$D$15,$D3)>1
5. Click on Format
6. Select a Fill Color
7. Click Ok

Remove Duplicate


8. Click Ok again

You will see Excel highlighted all the duplicate records where Name and Salary is same.


Remove Duplicate

B) Through Formula:

1. In E3 cell enter below formula:
=COUNTIFS($A$3:$A$15,$A3,$D$3:$D$15,$D3)
2. Copy down the formula to $D$15 cell

You will see that, The record which has Number 2, is a duplicate record.

Remove Duplicate

 

Remove Duplicates Excel Shortcut: 

The shortcut key of Remove Duplicate command is:

ALT + A + M

Remove Duplicate

Excel Remove Duplicates Formula: 

1. In our data table use this formula and copy down to row 15:
=COUNTIFS($A$3:$A3,$A3,$D$3:$D3,$D3)
2. In this formula the number 1 is the unique record and 2 or more than 2 numbers are duplicate.

Remove Duplicate

Remove Duplicates Not Working Trouble Shooting: 

A) Number Problems: 

Make sure that, your number is correct. To do this, use a simple TRUE FALSE check. For example: if =D3=D5 returns FALSE, then check that number may contains decimal like 1.0000000001 and that is why =1=1.0000000001 returns FALSE. So, check properly.

B) Text Problems:
Make sure that, your number is not TEXT. If your number contains an extra space or non printed character, then =64="64 " will return FALSE. Because Non Printed Characters or Extra Space converts your Number to a TEXT.


Video Tutorial: 


 

Comments

Popular posts from this blog

How to display an image in worksheet based on a List or based on IF condition?

Excel can show image on worksheet based on a specific IF condition. So, how to do it? Simple follow the below steps: Step by Step: Step 1: Insert images in your Excel Worksheet. Here I've inserted 5 different types of balls, Football, Cricket, Pool, Basketball, Tennis ball. Note that, All balls are placed into different cell. These are placed in Picture sheet. Image 1: 5 balls placed in 5 different cells and covered photo's wide and height Step 2: In the report sheet, design the report as you wish. I've designed in my way like below: Image 2: Kids asking to Donald Duck, which ball need to throw now Step 3: Make a drop down list "Games" in E6 cell in Report sheet from Data Validation. which is as below: Football Cricket Pool Basketball Tennis You can do an IF function here in E6 in Report sheet, which will meet a certain condition and returned Football, Cricket, Pool, Basketball or Tennis. Step 4: Now the tricky part is

Fiverr Microsoft Excel 2016 Skill Test and Answers 2021

This video will help you about preparing Fiverr Excel Skill Test. I've just taken this Fiverr Excel Skill Test and successfully passed with a scored 6 out of 10. I'm sharing my Fiverr Excel Skill Test and Answers 2021 video so that you can prepare yourself if you would like to give a test on Fiverr.    I have taken the Fiverr Excel Skill Test on Fiverr and obtained 6 out of 10 scores. If you take a test and pass, it will greatly help the buyer to trust you and your skills. Please note that your exam will not be exactly the same as mine because there are many more questions in the pool than 40 which appeared in my test. But I am hopeful that you will succeed in it. If you have any queries, please write them in the comment section. I will try my best to guide you.Follow this video and try to get a general idea. By following the instructions, you can successfully pass the test.    After passing the Fiverr Excel Skill Test, Fiverr shared a Excel Expert Badge on my Profile, so that

Cumulative Closing Balance like a Bank Statement in PivotTable

A Bank Employee in many case needs to calculate the Closing Balance after each transaction in PivotTable like a Bank Statement . But with the help of Calculated Field of a PivotTable , you can only calculate Field with Field . It's not possible to use a formula in Calculated Field where you can mention a single cell with Relative Reference Cell . Because a PivotTable acts like a Table format where you can work with Field or Column Name . A Helping Column (A regular column, that helps to get a partial result where formula applied) can be a good idea. But there is an option in PivotTable by which you can Calculate Cumulative . In this article I will show you, how you can do it. Calculating with Formula: Assume that, you have an Excel file with Debit and Credit transaction of an Account . Image 1: Sample Bank Statement In a Bank Statement , Month wise Cumulative Balance is important. In the Excel sheet, as above, it is very easy to use a formula and calc