{"id":7490,"date":"2023-09-19T09:42:16","date_gmt":"2023-09-19T09:42:16","guid":{"rendered":"https:\/\/businessyield.com\/tech\/?p=7490"},"modified":"2023-09-19T09:42:18","modified_gmt":"2023-09-19T09:42:18","slug":"how-to-highlight-duplicates-in-excel","status":"publish","type":"post","link":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/","title":{"rendered":"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"\n<p>Working with a large dataset in Excel typically necessitates the presence of duplicate values, which can be found frequently. You can find and highlight duplicates easily in Excel and Google Sheets. <a href=\"https:\/\/businessyield.com\/tech\/reviews\/azure-data-lake\/\" target=\"_blank\" rel=\"noreferrer noopener\">Data<\/a> could become inconsistent or inaccurate as a result of incorrect calculations or formulas. In Excel, you might frequently want to draw attention to values that appear twice in different columns.<\/p>\n\n\n\n<p>The Highlight Cells Rules feature found in Excel\u2019s Conditional Formatting options makes it fortunately simple to accomplish this.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-highlight-duplicates-in-excel\"><span id=\"highlight-duplicates-in-excel\">Highlight Duplicates in Excel<\/span><\/h2>\n\n\n\n<p>Finding and highlighting duplicates is a simple process thanks to a feature in Excel called Conditional Formatting. Focus on duplicates that appear in multiple columns in addition to the first one. To highlight duplicates from your data sets in Excel, you can use the conditional format formula COUNTIF(range, top_cell) > 1.\u00a0<\/p>\n\n\n\n<p>Here, to use the conditional formatting formula, you can take the following steps:\u00a0<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose the data range.<\/li>\n\n\n\n<li>Click on New Rule under Conditional Formatting.<\/li>\n\n\n\n<li>If the New Formatting Rule dialog box appears, you can use a formula to specify which cells to format. Don\u2019t forget to input the formula.<\/li>\n\n\n\n<li>Then, format your duplicate cells by clicking the dialog box\u2019s Format button and selecting OK.<\/li>\n\n\n\n<li>In the New Formatting Rule, click OK after selecting a formatting style.\u00a0\u00a0<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-highlight-duplicates-in-excel-nbsp\"><span id=\"how-to-highlight-duplicates-in-excel\">How to Highlight Duplicates in Excel\u00a0<\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose the data you want to examine for duplications. This may refer to a column, row, or set of cells.\u00a0<\/li>\n\n\n\n<li>Go to the Styles group under the Home tab.\u00a0<\/li>\n\n\n\n<li>To continue, simply click Conditional Formatting.<\/li>\n\n\n\n<li>Click the Highlights Cells Rules,\u00a0<\/li>\n\n\n\n<li>Choose Duplicate Values.<\/li>\n\n\n\n<li>The Duplicate Values dialog box window\u2019s default layout has a light red fill and dark red text.\u00a0<\/li>\n\n\n\n<li>Clicking OK will apply the default format.<\/li>\n<\/ul>\n\n\n\n<p>The dropdown list includes a few other predefined formats in addition to the red fill and text formatting. The last item in the drop-down menu, Custom Format, allows you to choose the fill and\/or font color you want to use to shade duplicates using a different color.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-highlight-duplicates-using-conditional-formatting\"><span id=\"highlight-duplicates-using-conditional-formatting\">Highlight Duplicates Using Conditional Formatting<\/span><\/h3>\n\n\n\n<p>Excel has a really useful feature called Conditional Formatting that makes it simple to find and highlight duplicates. In addition to the first instance, draw attention to duplicates across multiple columns.<\/p>\n\n\n\n<p>Excel can assist you in locating duplicates if the data set contains any. Multiple entries can be identified automatically by Excel. You can also employ a specially created conditional formatting rule with the following formula:<\/p>\n\n\n\n<p>COUNTIF(range, top_cell) > 1<\/p>\n\n\n\n<p>Finding duplicates in the range A3:D9 can be done using the following formula:<\/p>\n\n\n\n<p>=COUNTIF($A$3:$D$9, A3)>1<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-show-duplicates-without-the-first-occurrence\"><span id=\"how-to-show-duplicates-without-the-first-occurrence\">How to Show Duplicates Without the First Occurrence<\/span><\/h2>\n\n\n\n<p>Select the cells you want to color, and then make the following formula-based rule to highlight the second duplicate occurrence as well as any others that follow:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Styles group, under the Home tab<\/li>\n\n\n\n<li>Select New Rule from the Conditional Formatting menu. Calculate which cells to format using a formula.<\/li>\n\n\n\n<li>Put a formula like this into the box marked Format values where this formula is true:<\/li>\n<\/ul>\n\n\n\n<p>=COUNTIF($A$2:$A2,$A2)>1<\/p>\n\n\n\n<p>In this case, the topmost cell in the chosen range is A2.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you want to change the font color or fill, click the \u201cFormat button\u201d.<\/li>\n\n\n\n<li>Click OK once more to save and implement the rule.<\/li>\n<\/ul>\n\n\n\n<p>The result is that the duplicate cells\u2014aside from the first instances\u2014are highlighted in the color of your choice.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-display-the-third-fourth-and-every-subsequent-duplicate-record\"><span id=\"how-to-display-the-third-fourth-and-every-subsequent-duplicate-record\">How to Display the Third, Fourth, and Every Subsequent Duplicate Record<\/span><\/h2>\n\n\n\n<p>Using the formula as a basis, create a conditional formatting rule. To view duplicates starting with the Nth occurrence, however, swap out >1 for the appropriate number at the end of the formula. For example:<\/p>\n\n\n\n<p>Make a conditional formatting rule based on the formula below to highlight the third duplicate instance and all succeeding ones:<\/p>\n\n\n\n<p>=COUNTIF($A$2:$A2,$A2)>=3<\/p>\n\n\n\n<p>Use this formula to highlight the fourth duplicate record and all following duplicate records:<\/p>\n\n\n\n<p>=COUNTIF($A$2:$A2,$A2)>=4<\/p>\n\n\n\n<p>Use the equal to the operator (=) to only highlight certain occurrences. For instance, you would use the following formula to highlight only the fifth occurrence:<\/p>\n\n\n\n<p>=COUNTIF($A$2:$A2,$A2)=5<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-highlight-duplicates-in-a-range-multiple-columns\"><span id=\"how-to-highlight-duplicates-in-a-range-multiple-columns\">How to Highlight Duplicates in a Range (Multiple Columns)<\/span><\/h2>\n\n\n\n<p>If you want to look for duplicates across multiple columns, use one of the following techniques rather than comparing the columns to one another.<\/p>\n\n\n\n<p>Highlight all duplicates\u2014including the first occurrences\u2014in all columns.<\/p>\n\n\n\n<p>If a data set contains an item more than once but only once in the first instance, Excel\u2019s built-in duplicates rule should be used.<\/p>\n\n\n\n<p>Alternately, use this formula to create a conditional formatting rule:<\/p>\n\n\n\n<p>COUNTIF(range, top_cell)>1<\/p>\n\n\n\n<p>For example, to highlight duplicates in the range A4:D8, the formula goes as follows:<\/p>\n\n\n\n<p>=COUNTIF($A$4:$D$8, A4)>1<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-highlighting-all-rows-where-a-single-column-has-duplicate-values\"><span id=\"highlighting-all-rows-where-a-single-column-has-duplicate-values\">Highlighting All Rows Where a Single Column Has Duplicate Values<\/span><\/h2>\n\n\n\n<p>If there are duplicate records in one or more of your table\u2019s columns, you might want to highlight the entire row.<\/p>\n\n\n\n<p>The default duplicates rule in <a href=\"https:\/\/businessyield.com\/tech\/how-to\/how-to-create-a-pivot-table-in-excel\/\" target=\"_blank\" rel=\"noreferrer noopener\">Excel<\/a> only applies at the cell level, as you are already aware. However, shading rows is no issue for a rule that uses a custom formula. The key is to choose all of the rows, and then use one of the formulas below to create a rule:<\/p>\n\n\n\n<p>To show duplicate rows only, not first occurrences:<\/p>\n\n\n\n<p>=COUNTIF($A$2:$A2, $A2)>1\u2026\u2026.<\/p>\n\n\n\n<p>To draw attention to duplicate rows that include first occurrences:<\/p>\n\n\n\n<p>=COUNTIF($A$2:$A$15, $A2)>1\u2026..<\/p>\n\n\n\n<p>The first cell in the column to be examined for duplication is A2, and the last cell used is A15. You can see how effectively using both absolute and relative cell references has made a difference.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-highlight-duplicate-rows-in-excel\"><span id=\"how-to-highlight-duplicate-rows-in-excel\">How to Highlight Duplicate Rows in Excel<\/span><\/h2>\n\n\n\n<p>The duplicate values in a particular column could be used to color entire rows. What happens, however, if you want to view rows with values that are the same across multiple columns? Alternatively, how do you identify rows that have the same values in every column or absolute duplicate rows?<\/p>\n\n\n\n<p>Use COUNTIFS, a function that lets you compare cells based on a variety of criteria, for this. Consider using one of the following formulas to draw attention to duplicate rows with the same values in columns A and B:<\/p>\n\n\n\n<p>Highlight duplicate rows without 1st occurrences:<\/p>\n\n\n\n<p>=COUNTIFS($A$2:$A2, $A2, $B$2:$B2, $B2)>1\u2026\u2026\u2026<\/p>\n\n\n\n<p>Highlight duplicate rows with 1st occurrences:<\/p>\n\n\n\n<p>=COUNTIFS($A$2:$A$15, $A2, $B$2:$B$15, $B2)>1\u2026\u2026.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-highlighting-consecutive-duplicate-cells-in-excel\"><span id=\"highlighting-consecutive-duplicate-cells-in-excel\">Highlighting Consecutive Duplicate Cells in Excel<\/span><\/h2>\n\n\n\n<p>Occasionally, it may be sufficient to only display consecutive duplicate cells\u2014that is, cells that are next to one another\u2014instead of highlighting all duplicates in a column. To accomplish this, choose the data-containing cells (excluding the column header) and create a conditional formatting rule using one of the formulas below:<\/p>\n\n\n\n<p>To draw attention to subsequent duplicates without the first occurrence:<\/p>\n\n\n\n<p>=$A1=$A2<\/p>\n\n\n\n<p>To draw attention to subsequent duplicates with first occurrences:<\/p>\n\n\n\n<p>=OR($A1=$A2, $A2=$A3)\u2026\u2026.<\/p>\n\n\n\n<p>Make the following changes to the formulas if your Excel sheet might contain empty rows and you do not want the subsequent blank cells to be highlighted:<\/p>\n\n\n\n<p>To highlight subsequent duplicate cells without the first occurrence and ignore blank cells, you must:<\/p>\n\n\n\n<p>=AND($A2<>\u201d\u201d, $A1=$A2)<\/p>\n\n\n\n<p>Highlight subsequent duplicate cells with the first occurrence, ignoring blank cells:<\/p>\n\n\n\n<p>=AND($A2<>\u201d\u201d, OR($A1=$A2, $A2=$A3))<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-excel-s-single-column-duplicate-removal-feature\"><span id=\"excels-single-column-duplicate-removal-feature\">Excel\u2019s Single-Column Duplicate Removal Feature<\/span><\/h2>\n\n\n\n<p>Here are the steps to follow if you have the data in one column and want to get rid of all the duplicates:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select the data.<\/li>\n\n\n\n<li>Go to Data>Data Tools>Move Duplicates.<\/li>\n<\/ul>\n\n\n\n<p>In the dialog box for removing duplicates:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check the box next to \u201cMy data has headers\u201d if your data contains headers.<\/li>\n\n\n\n<li>In the case, where there is only one column, make sure it is selected.<\/li>\n\n\n\n<li>Select OK.<\/li>\n<\/ul>\n\n\n\n<p>By doing this, you would eliminate all of the column\u2019s duplicate values and be left with only the unique values.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-highlight-duplicates-in-excel-two-columns-nbsp\"><span id=\"highlight-duplicates-in-excel-two-columns\">Highlight Duplicates in Excel Two Columns\u00a0<\/span><\/h2>\n\n\n\n<p>One of the simplest methods for comparing columns in Excel is conditional formatting.\u00a0<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the spreadsheet, select all necessary cells. The cell range can be highlighted to achieve this.\u00a0<\/li>\n\n\n\n<li>From the \u201cHome tab\u201d, then click the \u201cConditional Formatting\u201d icon\u00a0<\/li>\n\n\n\n<li>Select \u201cHighlight Cells Rules\u201d next.\u00a0<\/li>\n\n\n\n<li>then select \u201cDuplicate Value\u201d from the drop-down menu.\u00a0\u00a0<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When a new window opens, you can decide how to format the duplicate values.<\/li>\n\n\n\n<li>You may utilize the standard setting of Light Red Fill with Dark Red Text and\u00a0<\/li>\n\n\n\n<li>Next, click OK.<\/li>\n<\/ul>\n\n\n\n<p>Following your click on OK, each duplicate value that appears in both team lists will be highlighted. These names are marked with dark red text and a light red fill to show that they appear in both columns.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-highlight-duplicates-in-google-sheets\"><span id=\"how-to-highlight-duplicates-in-google-sheets\">How to Highlight Duplicates in Google Sheets<\/span><\/h2>\n\n\n\n<p><a href=\"https:\/\/businessyield.com\/tech\/social-media\/google-chronicle-review\/\" target=\"_blank\" rel=\"noreferrer noopener\">Google<\/a> Sheets duplicates must be highlighted by using the conditional formatting formula =COUNTIF (A:A, A1)>1. Sheets knows where to look for duplicates thanks to the COUNTIF formula [=COUNTIF (A:A, A1)>1]. The information in parentheses denotes the column you wish to track as well as the particular cell you wish to begin with. The text outside of the parentheses specifies that you want Sheets to count duplicates or anything that appears more than once (>1).\u00a0<\/p>\n\n\n\n<p>It starts to highlight duplicate data, as you can see.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose the column that you want to look for duplicates in.<\/li>\n\n\n\n<li>In the top menu, select \u201cFormat.\u201d<\/li>\n\n\n\n<li>Choose \u201cConditional formatting.\u201d<\/li>\n<\/ul>\n\n\n\n<p>As a result, a box will fill up on the right side of the screen. \u201cFormat cells is\u201d will be displayed as a prompt. Click on that and scroll to the bottom.\u00a0<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select \u201cCustom formula is\u201d from the \u201cFormat cells if\u201d drop-down menu.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-duplicates-in-google-sheets-by-highlighting-them-in-multiple-columns\"><span id=\"duplicates-in-google-sheets-by-highlighting-them-in-multiple-columns\">Duplicates in Google Sheets by Highlighting Them in Multiple Columns<\/span><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose the dataset name (without the headers)<\/li>\n\n\n\n<li>Select \u201cFormat\u201d from the drop-down menu.<\/li>\n\n\n\n<li>Toggle \u201cConditional formatting\u201d on.<\/li>\n\n\n\n<li>Select \u201cAdd another rule\u201d from the menu.<\/li>\n<\/ul>\n\n\n\n<p>Make sure the range is accurate (so that we can highlight the duplicates). If it is not, you can adjust it in the \u201cApply to range\u201d section.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select \u201cCustom formula is\u201d from the drop-down menu after selecting \u201cFormat cells if\u201d<\/li>\n\n\n\n<li>From the \u201cFormatting style\u201d menu, choose the formatting style you want to use to highlight the duplicate cells.\u00a0\u00a0\u00a0<\/li>\n\n\n\n<li>You can specify different colors and styles, such as bold or italics, in addition to the default green color that will be used.<\/li>\n\n\n\n<li>Select \u201cDone\u201d<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-do-i-highlight-duplicates-in-excel-in-the-same-color\"><span id=\"how-do-i-highlight-duplicates-in-excel-in-the-same-color\">How Do I Highlight Duplicates in Excel in the Same Color?<\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose the information you want to compare for duplications. The range of cells here can be a column, a row, or both.<\/li>\n\n\n\n<li>In the Styles section of the Home tab,\u00a0<\/li>\n\n\n\n<li>select \u201cConditional Formatting\u201d > \u201cHighlight Cells Rules\u201d>Duplicate Values<\/li>\n\n\n\n<li>When the Duplicate Values dialog window first opens, the default format selections are Light Red Fill and Dark Red Text.\u00a0<\/li>\n\n\n\n<li>Just click OK to use the default formatting.<\/li>\n\n\n\n<li>The last item in the drop-down menu, Custom Format, allows you to choose the fill and\/or font color you want to use to shade duplicates using a different color.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-the-formula-for-identifying-duplicates-in-excel\"><span id=\"what-is-the-formula-for-identifying-duplicates-in-excel\">What Is the Formula for Identifying Duplicates in Excel?<\/span><\/h2>\n\n\n\n<p>Excel\u2019s COUNTIF() function is the simplest way to count duplicates. This function keeps track of how many cells fall into the required range in the given range. The formula is\u00a0<\/p>\n\n\n\n<p><strong>(=COUNTIF(Search Range,Cell reference)>1)\u00a0<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-do-i-highlight-and-count-duplicates-in-excel\"><span id=\"how-do-i-highlight-and-count-duplicates-in-excel\">How Do I Highlight and Count Duplicates in Excel?<\/span><\/h2>\n\n\n\n<p>The simplest method for counting duplicates in a column is to use one of the Excel formulas we used to find duplicates (with or without first occurrences). Using the COUNTIF formula below, you can then determine the number of duplicate values:<\/p>\n\n\n\n<p>=COUNTIF(range, \u201cduplicate\u201d)<\/p>\n\n\n\n<p>where \u201cduplicate\u201d denotes any formula duplicates that you identified.\u00a0<\/p>\n\n\n\n<p>As an illustration, the duplicate formula could look like this:<\/p>\n\n\n\n<p>=COUNTIF(D4:D9, \u201cduplicate\u201d)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-can-i-identify-duplicates-between-two-excel-sheets\"><span id=\"how-can-i-identify-duplicates-between-two-excel-sheets\">How Can I Identify Duplicates Between Two Excel Sheets?<\/span><\/h2>\n\n\n\n<p>When the data is dispersed across numerous columns and rows, it can be difficult to compare these sheets for duplicate records. The following techniques are the most popular for locating duplicates between two Excel sheets:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>VLOOKUP, COUNTIF, or EXACT functions<\/li>\n\n\n\n<li>Conditional formatting<\/li>\n\n\n\n<li>Power Query<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-duplicates-are-not-highlighted-in-excel\"><span id=\"why-duplicates-are-not-highlighted-in-excel\">Why Duplicates Are Not Highlighted in Excel?<\/span><\/h2>\n\n\n\n<p>Check to see if the single cell contains any extra, leading, or trailing spaces. Although people frequently ignore it, Excel perceives the space as a distinct character. Probably the most frequent reason for Excel not detecting duplicates<\/p>\n\n\n\n<p>You need to fix your $ signs.<\/p>\n\n\n\n<p>An extremely prevalent issue. Excel might not scan the entire area if you do not include $ signs in your formula. As you move the formula down, Excel appears to be scanning the entire list, but in reality, it is only scanning the final few cells.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-do-you-highlight-matching-values-in-excel\"><span id=\"how-do-you-highlight-matching-values-in-excel\">How Do You Highlight Matching Values in Excel?<\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select the complete data set.<\/li>\n\n\n\n<li>Go to the \u201cHome tab.\u201d<\/li>\n\n\n\n<li>Select \u201cConditional Formatting\u201d from the Styles group.<\/li>\n\n\n\n<li>Drag the mouse pointer over the \u201cHighlight Cell Rules option\u201d<\/li>\n\n\n\n<li>Tap Duplicate Values.<\/li>\n\n\n\n<li>From the \u201cDuplicate Values dialog box\u201d, Be sure to select \u201cDuplicate\u201d in the<\/li>\n\n\n\n<li>Give formatting instructions.<\/li>\n\n\n\n<li>Select ok<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion-nbsp\"><span id=\"conclusion\">Conclusion\u00a0<\/span><\/h2>\n\n\n\n<p>The dynamic nature of conditional formatting is one of its many advantages. The formatting will consequently be updated automatically if you change the data in any cell. When working with a large amount of data, there may be occasions when you want to double-check to make sure there are no duplicates or you might want to highlight any duplicates to draw attention to them. In that case, Google Sheets has a simple formula to apply. Utilize the COUNTIF formula to find duplicates. It is given as: (=COUNTIF(Search Range,Cell reference)>1)\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-articles\"><span id=\"related-articles\">Related Articles<\/span><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/businessyield.com\/tech\/how-to\/how-to-create-a-pivot-table-in-excel\/\" target=\"_blank\" rel=\"noreferrer noopener\">HOW TO CREATE A PIVOT TABLE IN EXCEL: Step-By-Step Guide<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/businessyield.com\/tech\/how-to\/how-to-annotate-a-pdf\/\" target=\"_blank\" rel=\"noreferrer noopener\">HOW TO ANNOTATE A PDF: Quick &amp; Simple Steps<\/a><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-references-nbsp\"><span id=\"references\">References\u00a0<\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"http:\/\/www.simplilearn.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Simplilearn<\/a>\u00a0<\/li>\n\n\n\n<li><a href=\"http:\/\/www.trumpexcel.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Trump Excel<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/www.ablebits.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Ablebits.com<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/www.spreadsheetpoint.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Spreadsheet Point<\/a><\/li>\n<\/ul>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"Working with a large dataset in Excel typically necessitates the presence of duplicate values, which can be found&hellip;\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":269,"featured_media":7554,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[],"class_list":{"0":"post-7490","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-how-to"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide - Business Yield Technology<\/title>\n<meta name=\"description\" content=\"The Highlight Cells Rules feature found in Excel&#039;s Conditional Formatting options makes it fortunately simple to find duplicates. Google Sheets duplicates must be highlighted by using the conditional formatting formula (=COUNTIF(Search Range,Cell reference)&gt;1)\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide - Business Yield Technology\" \/>\n<meta property=\"og:description\" content=\"The Highlight Cells Rules feature found in Excel&#039;s Conditional Formatting options makes it fortunately simple to find duplicates. Google Sheets duplicates must be highlighted by using the conditional formatting formula (=COUNTIF(Search Range,Cell reference)&gt;1)\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Business Yield Technology\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-19T09:42:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-19T09:42:18+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/businessyield.com\/tech\/wp-content\/uploads\/sites\/2\/2023\/09\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"250\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"MaryJane\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"MaryJane\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/\"},\"author\":{\"name\":\"MaryJane\",\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/#\\\/schema\\\/person\\\/e0bff6dddf2769f6c23fa4c50483a627\"},\"headline\":\"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide\",\"datePublished\":\"2023-09-19T09:42:16+00:00\",\"dateModified\":\"2023-09-19T09:42:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/\"},\"wordCount\":2312,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/businessyield.com\\\/tech\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/09\\\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1\",\"articleSection\":[\"How-to\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/\",\"url\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/\",\"name\":\"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide - Business Yield Technology\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/businessyield.com\\\/tech\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/09\\\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1\",\"datePublished\":\"2023-09-19T09:42:16+00:00\",\"dateModified\":\"2023-09-19T09:42:18+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/#\\\/schema\\\/person\\\/e0bff6dddf2769f6c23fa4c50483a627\"},\"description\":\"The Highlight Cells Rules feature found in Excel's Conditional Formatting options makes it fortunately simple to find duplicates. Google Sheets duplicates must be highlighted by using the conditional formatting formula (=COUNTIF(Search Range,Cell reference)>1)\u00a0\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/businessyield.com\\\/tech\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/09\\\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/businessyield.com\\\/tech\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/09\\\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1\",\"width\":500,\"height\":250,\"caption\":\"Image by rawpixel.com on Freepik\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/how-to\\\/how-to-highlight-duplicates-in-excel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/#website\",\"url\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/\",\"name\":\"Business Yield Technology\",\"description\":\"Best Tech Reviews, Apps, Phones, &amp; Gaming\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/#\\\/schema\\\/person\\\/e0bff6dddf2769f6c23fa4c50483a627\",\"name\":\"MaryJane\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f032e251c13cea720551b22f4893760b92bc934d563486fe9375b36c78883d36?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f032e251c13cea720551b22f4893760b92bc934d563486fe9375b36c78883d36?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f032e251c13cea720551b22f4893760b92bc934d563486fe9375b36c78883d36?s=96&d=mm&r=g\",\"caption\":\"MaryJane\"},\"url\":\"https:\\\/\\\/businessyield.com\\\/tech\\\/author\\\/mary\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide - Business Yield Technology","description":"The Highlight Cells Rules feature found in Excel's Conditional Formatting options makes it fortunately simple to find duplicates. Google Sheets duplicates must be highlighted by using the conditional formatting formula (=COUNTIF(Search Range,Cell reference)>1)\u00a0","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/","og_locale":"en_US","og_type":"article","og_title":"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide - Business Yield Technology","og_description":"The Highlight Cells Rules feature found in Excel's Conditional Formatting options makes it fortunately simple to find duplicates. Google Sheets duplicates must be highlighted by using the conditional formatting formula (=COUNTIF(Search Range,Cell reference)>1)\u00a0","og_url":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/","og_site_name":"Business Yield Technology","article_published_time":"2023-09-19T09:42:16+00:00","article_modified_time":"2023-09-19T09:42:18+00:00","og_image":[{"width":500,"height":250,"url":"http:\/\/businessyield.com\/tech\/wp-content\/uploads\/sites\/2\/2023\/09\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg","type":"image\/jpeg"}],"author":"MaryJane","twitter_card":"summary_large_image","twitter_misc":{"Written by":"MaryJane","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#article","isPartOf":{"@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/"},"author":{"name":"MaryJane","@id":"https:\/\/businessyield.com\/tech\/#\/schema\/person\/e0bff6dddf2769f6c23fa4c50483a627"},"headline":"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide","datePublished":"2023-09-19T09:42:16+00:00","dateModified":"2023-09-19T09:42:18+00:00","mainEntityOfPage":{"@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/"},"wordCount":2312,"commentCount":0,"image":{"@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/businessyield.com\/tech\/wp-content\/uploads\/sites\/2\/2023\/09\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1","articleSection":["How-to"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/","url":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/","name":"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide - Business Yield Technology","isPartOf":{"@id":"https:\/\/businessyield.com\/tech\/#website"},"primaryImageOfPage":{"@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#primaryimage"},"image":{"@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/businessyield.com\/tech\/wp-content\/uploads\/sites\/2\/2023\/09\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1","datePublished":"2023-09-19T09:42:16+00:00","dateModified":"2023-09-19T09:42:18+00:00","author":{"@id":"https:\/\/businessyield.com\/tech\/#\/schema\/person\/e0bff6dddf2769f6c23fa4c50483a627"},"description":"The Highlight Cells Rules feature found in Excel's Conditional Formatting options makes it fortunately simple to find duplicates. Google Sheets duplicates must be highlighted by using the conditional formatting formula (=COUNTIF(Search Range,Cell reference)>1)\u00a0","breadcrumb":{"@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#primaryimage","url":"https:\/\/i0.wp.com\/businessyield.com\/tech\/wp-content\/uploads\/sites\/2\/2023\/09\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1","contentUrl":"https:\/\/i0.wp.com\/businessyield.com\/tech\/wp-content\/uploads\/sites\/2\/2023\/09\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1","width":500,"height":250,"caption":"Image by rawpixel.com on Freepik"},{"@type":"BreadcrumbList","@id":"https:\/\/businessyield.com\/tech\/how-to\/how-to-highlight-duplicates-in-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/businessyield.com\/tech\/"},{"@type":"ListItem","position":2,"name":"HOW TO HIGHLIGHT DUPLICATES IN EXCEL: Complete Guide"}]},{"@type":"WebSite","@id":"https:\/\/businessyield.com\/tech\/#website","url":"https:\/\/businessyield.com\/tech\/","name":"Business Yield Technology","description":"Best Tech Reviews, Apps, Phones, &amp; Gaming","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/businessyield.com\/tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/businessyield.com\/tech\/#\/schema\/person\/e0bff6dddf2769f6c23fa4c50483a627","name":"MaryJane","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f032e251c13cea720551b22f4893760b92bc934d563486fe9375b36c78883d36?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f032e251c13cea720551b22f4893760b92bc934d563486fe9375b36c78883d36?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f032e251c13cea720551b22f4893760b92bc934d563486fe9375b36c78883d36?s=96&d=mm&r=g","caption":"MaryJane"},"url":"https:\/\/businessyield.com\/tech\/author\/mary\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/businessyield.com\/tech\/wp-content\/uploads\/sites\/2\/2023\/09\/How-to-Highlight-Duplicates-in-Excel-and-Google-Sheets.jpg?fit=500%2C250&ssl=1","jetpack_sharing_enabled":true,"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/posts\/7490","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/users\/269"}],"replies":[{"embeddable":true,"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/comments?post=7490"}],"version-history":[{"count":6,"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/posts\/7490\/revisions"}],"predecessor-version":[{"id":8369,"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/posts\/7490\/revisions\/8369"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/media\/7554"}],"wp:attachment":[{"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/media?parent=7490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/categories?post=7490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/businessyield.com\/tech\/wp-json\/wp\/v2\/tags?post=7490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}