Skip to main content

How To Know Duplicate Values In Excel.

Know Duplicate or Repeated Values in Excel.


Normally we work on excel reports with huge data and it is difficult to pick the duplicate values without any formula or function. Excel provides us a good feature to find out duplicate or repeated values during work within the spreadsheet. To get an error-free report it is important to sort the duplicate values. During working with excel sheets we always need to identify duplicate or repeated values in data.

In Excel, We have two options to get duplicate values. Two different options are available to find duplicate values. Follow the options given below to make a good understanding.


Duplicate function is very important to use in excel, lots of use in MS Excel. If you are a MIS reporting professional, you must understand this method.

Method -1 :

Select the data
Go To Conditional Formatting.
Go To Highlighting Cell Rules.
Select Option Duplicate Values.
Dialogue Box will open
From drop-down Select Duplicate.
You can choose different cell color.
Click Ok.
You Are Done.

Method -2 :

Go To Home Menu.
Go To Conditional Formatting.
Select New Rule...
Dialogue Box will open "New Formatting Rules"
Select "Format only unique or Duplicate Values"
From drop-down Select Duplicate.
Click Format Button.
Go To Fill Tab
Select the color as you wish as a result.
Click Ok.
Again Ok.
You Are Done.
Select the only row where you would like to apply the rule. If you select the whole sheet, the rule will apply within the whole sheet and all duplicates values will appear. Which can make your work difficult. Sometimes we can find duplicate values from countif formula. For more Clarification of Count function Please Click Here . If you understood count function you can use it in different aspects and also get duplicate values.

Learn How To Find Out Duplicate Values In MS Excel With Live Examples.


Comments

Popular posts from this blog

How To Use “RANK” & “RANK.AVG” Function in MS Excel.

Use of “ RANK ( ) ” , “ RANK.EG ( ) " and “ RANK.AVG ( ) ” Function Rank formula in MS Excel is very commonly use.It is easy and useful. In this article, we will describe the functionality of the RANK formula for example. We have many Rank formulas in MS Excel and here you will fill in all details about Rank Function. We will learn here:  How to use Rank(). How To Apply Rank() In Excel. What is RANK.EG() Function. Function “ RANK  () ” and “ RANK.EG ( ) " Syntex:       =RANK(number,ref,[order])    &    =RANK.EG(number,ref,[order]) Explanation: Now you can see two different formulas of Rank. One Rank() and Rank.EG() formula. So the question is what is the difference between both of them. We can say both are the same function and the output is also same. The  the difference is RANK.EG() is not supporting with the new version of Microsoft Excel 2010. Let suppose if we have some student data ...

Top 10 Job Oriented Certificate Courses

Hello Friends and students. Life is very fast these days and we want some shortcut to become successful in our life. Maximum students want to get a job as soon as possible after completing their studies. Here we will suggest the top 10 job-oriented certificate courses. 1 - Project Management Professional (PMP) Certification: Globally, industries greatly value project management professional certification. It gives you the ability to manage projects successfully, including team leadership, planning, execution, and monitoring. After this course, you can handle big projects or you can assist the senior also. For All Details Click Here 2 - Certified Data Scientist: Making informed business decisions requires data science. This certification prepares you to analyze and interpret complicated data by covering statistics, machine learning, data visualization, and programming abilities. Data scientist is the most demanding course during this period. If you are good to play with huge databases a...

How To Use Microsoft Excel Formula "CONCATENATE"

Use of  "CONCATENATE" Formula Formula :  " CONCATENATE ” In Microsoft Excel, CONCATENATE is a function, by which we can join two or more strings into a single cell. It can be used to combine text strings, numbers, or cell references, and can be useful for creating longer strings of text or for formatting data in a specific way. The syntax for the CONCATENATE function is as follows: =CONCATENATE (TEX1,TEX2, TEX3, TEX4 ................) Explanation: CONCATENATE is a very useful function in Microsoft Excel. We can join up to 30 texts together at a time. We can use CONCATENATE within the sheet, different sheets, and different workbooks. Let's suppose we have huge data with employees' names and we want to add Mr. Ms. Miss etc, before the names. It is not easy and time consuming to add Mr. or Miss. one by one. But there is a formula named CONCATENATE, could help to reduce time taking work do your work easily and very quickly. In order to understand ...