Highlight Duplicates in ExcelMS Excel, abbreviated to Microsoft Excel, is extremely powerful spreadsheet software used to record financial and accounting data within different cells in multiple worksheets. It can handle a huge amount of data in each worksheet. Usually, it is a human tendency to make mistakes, and there can be cases when we may mistakenly enter duplicate values in Excel cells. The data or values that occur more than once in the worksheet are called duplicates. Excel enables us to highlight the duplicate values to decide whether they are needed or not. We can review each duplicate and further retain or delete accordingly by highlighting these values. However, it is always recommended to keep a backup of the original Excel file before making changes to an Excel file. This tutorial discusses the various ways to highlight duplicate values within the Excel worksheet. The tutorial explains the specific cases when we may need to highlight duplicate records. How to highlight duplicates in Excel?When searching for duplicate values or highlighting duplicates in Excel, the most useful and quickest way is to use the conditional formatting tool. The Conditional Formatting tool helps us to highlight duplicate values with a defined color and certain rules or conditions. The advantage of using the conditional formatting tool is that it finds and highlights existing duplicates and new duplicates to be entered in the future. There are multiple ways of finding or highlighting duplicate values in Excel. The following are the most common and effective ways:
Let us understand each method in detail: Using the Conditional Formatting RuleUsing the conditional formatting rule, we can choose between various existing options of formatting the data within the sheet based on certain predefined rules. The tool also offers access to highlighting duplicates. The steps to find and highlight duplicate values in Excel are listed below:
This method is mostly used to highlight repeating individual values within the selected range or entire worksheet. Using Conditional Formatting FormulaExcel's conditional formatting tool allows users to apply the desired formulas or functions. Using specific formulas or functions, users can target any particular range of cells and apply the desired formatting preferences accordingly. The formulas and functions help us highlight duplicates for various specific cases easily. When highlighting duplicates in Excel using the formulas or functions, we typically use the COUNTIF function. This function returns TRUE when any specified value occurs within the supplied range more than once. For highlighting the duplicates, we apply the COUNTIF function in the following way: The steps to find and highlight duplicate values in Excel using the conational formatting formula are listed below:
This way, we can easily highlight the repeating individual values or duplicates within the selected range or entire worksheet using the Excel formula via the conditional formatting tool. This method can also help us highlight duplicates with specific rules, such as highlighting duplicates without 1st occurrences, highlighting duplicates for 3rd, 4th, and other instances, highlighting duplicates for rows, etc. Specific Cases for DuplicatesUsing the distinct formula in the conditional formatting tool, we can highlight the duplicates based on certain use-cases. Some such common cases are discussed below: Highlighting Duplicates without 1st OccurrencesSuppose we have multiple duplicates in our sheet, and we need to highlight the 2nd and all other subsequent duplicates in the sheet. In such a case, we must use a formula similar to this: =COUNTIF($A$2:$A2,$A2)>1 Here, A2 refers to the top-most cell of the selected range. Highlighting 3rd and other Duplicate InstancesSuppose we have multiple duplicates in our sheet, and we need to highlight the 3rd and all other subsequent duplicates in the sheet. In particular, we want to highlight duplicates beginning with the Nth occurrence. In such a case, we must use the formula similar to the previous case, with only the difference that we replace >1 with the desired number. In our case, we need to apply the formula like this: =COUNTIF($A$2:$A2,$A2)>=3 Highlighting 4th and other Duplicate InstancesLike the previous method, when highlighting 4th and all subsequent duplicates, we need to apply the formula like this: =COUNTIF($A$2:$A2,$A2)>=4 Highlighting Specific Number of OccurrenceSuppose we have multiple duplicates in our sheet, and we only need to highlight any specific number of occurrences in the sheet. In that case, we need to use the equal sign followed by the desired number. For instance, when highlighting only the 3rd duplicate occurrence, we need to apply the formula like this: =COUNTIF($A$2:$A2,$A2)=3 This will not highlight all the duplicate values but the 3rd of each occurrence. Highlighting Entire Row based on Duplicates in One ColumnSuppose we have an Excel sheet with multiple columns. We need to highlight the entire rows that contain duplicate values in any particular column. Since Excel's built-in rule of conditional formatting tool only allows us to find and highlight duplicates at only the cell level, we must use the custom formula. Using the formula-based rule, we can cover the multiple rows and columns and highlight the entire row. To use the formula, we must select all rows and type one of the following formulas in Excel's conditional formatting tool:
The above formulas show the distinct applications of absolute and mixed cell references that made big differences for highlighting values differently. Highlighting Equally Duplicate RowsWe highlighted the entire row based on duplicates in any specific column in the previous case. However, there may be cases where the different rows may have duplicates, meaning all the cells of particular rows may contain identical values in the sheet. We must use the COUNTIFS function instead of the COUNTIF function in such a case. The COUNTIF function allows us to compare cells by various criteria or preferences. For instance, suppose we have an Excel sheet where two columns (A and B) have the exact values (duplicates) in some rows. When highlighting duplicate rows in an Excel worksheet, we must use one of the following formulas in Excel's conditional formatting tool:
In the above example, there are only two columns. However, the sheet can have more columns with duplicate row values, and the same method will be applied. The COUNTIFS function can help us process or highlight up to a maximum of 127 range/criteria pairs. Important Points to Remember
Next TopicHow to insert date in Excel |