{"id":753,"date":"2024-04-24T11:00:00","date_gmt":"2024-04-24T11:00:00","guid":{"rendered":"https:\/\/coworkingspacesforruralamerica.org\/?p=753"},"modified":"2024-04-27T12:05:48","modified_gmt":"2024-04-27T12:05:48","slug":"how-to-find-highlight-remove-duplicates-in-google-sheets-step-by-step","status":"publish","type":"post","link":"https:\/\/coworkingspacesforruralamerica.org\/index.php\/2024\/04\/24\/how-to-find-highlight-remove-duplicates-in-google-sheets-step-by-step\/","title":{"rendered":"How to Find, Highlight & Remove Duplicates in Google Sheets [Step-by-Step]"},"content":{"rendered":"
Duplicate data is the bane of spreadsheet solutions, especially at scale. Given the volume and variety of data now entered by teams, it\u2019s possible that duplicate data in tools like Google Sheets<\/a> may be relevant and necessary, or it could be a frustrating distraction from the primary purpose of spreadsheet efforts.<\/p>\n<\/p>\n The potential problem raises a good question: How do you highlight duplicates in Google Sheets?<\/p>\n <\/a><\/p>\n I\u2019ve got you covered with a step-by-step look at how to highlight duplicates in Google Sheets and find duplicates in Google Sheets, complete with images to ensure you\u2019re on the right track when it comes to de-duplicating your data.<\/p>\n Table of Contents<\/p>\n <\/a> <\/p>\n Google Sheets is a free, cloud-based alternative to proprietary spreadsheet programs and \u2014 no surprise, since it\u2019s Google we\u2019re dealing with \u2014 offers a host of great features to help streamline data entry, formatting, and calculations.<\/p>\n There are two ways to remove duplicates in Google Sheets: conditional formatting and the UNIQUE function. I\u2019ll go over both below, but, before you start following along, I have two things to note: <\/p>\n Let\u2019s dive into how you can highlight and remove duplicates in Google Sheets. <\/p>\n <\/a> <\/p>\n Google Sheets has all the familiar functions: File, Edit, View, Format, Data, Tools, etc., and makes it easy to quickly enter your data, add formulas<\/a> for calculations, and discover key relationships. <\/p>\n While other spreadsheet tools, such as Excel<\/a>, have built-in conditional formatting tools to pinpoint duplicate data in your sheet, Google\u2019s solution requires a little more manual effort. <\/p>\n <\/p>\n So how do you automatically highlight duplicates in Google Sheets? While there\u2019s no built-in tool for this purpose, you can leverage some built-in functions to highlight duplicate data.<\/p>\n <\/a> Here\u2019s a step-by-step guide to highlighting duplicates in Google Sheets:<\/p>\n Step 1: Open your spreadsheet.<\/p>\n Step 2: Highlight the data you want to check.<\/p>\n Step 3: Under \u201cFormat\u201d, select \u201cConditional Formatting.\u201d<\/p>\n Step 4: Select \u201cCustom formula is.\u201d<\/p>\n Step 5: Enter the custom duplicate checking formula.<\/p>\n Step 6: Click \u201cDone\u201d to see the results.<\/p>\n First, head to Google Sheets and open the spreadsheet you want to check for duplicate data.<\/p>\n Next, drag your cursor over the data you want to check to highlight it.<\/p>\n <\/p>\n Now, head to \u201cFormat\u201d in the top menu row and select \u201cConditional Formatting.\u201d You should then see a popup window titled \u201cConditional format rules.\u201d <\/p>\n <\/p>\n Next, you need to create a custom formula. Click the down arrow underneath \u201cFormat cells if,\u201d and select \u201cCustom formula is\u201d from the dropdown menu. It\u2019s the last option to choose from, so you can scroll right to the end.<\/p>\n <\/p>\n To search for duplicate data, we need to enter the custom duplicate checking formula, which for our column of data (A) looks like this:<\/p>\n =COUNTIF(A:A,A1)>1<\/em><\/p>\n The formula searches for any text string that appears more than once in a data set. The default highlight color is green, but you can change it by clicking on the paint can icon in the \u201cFormatting style\u201d menu. <\/p>\n <\/p>\n And voil\u00e0 \u2014 we\u2019ve highlighted the duplicate data in Google Sheets.<\/p>\n <\/p>\n <\/a> <\/p>\n You can also highlight duplicates in multiple rows and columns if you have a larger data set. The process starts the same as above, but you enter an expanded data range in the Conditional format rules menu to account for all the cells you want to compare. <\/p>\n I\u2019ll use the same example above as a starting point, but I\u2019ll add a few more names so we use a formula to search across three columns: A, B, and C, and also across rows 1-10.<\/p>\n <\/p>\n To start, repeat steps two – four from above, but enter the following equation during step 5: <\/p>\n =COUNTIF($A$2:G,Indirect(Address(Row(),Column(),)))>1<\/em><\/p>\n This will highlight all duplicates across all three columns and all ten rows, making it easy to spot data doppelgangers:<\/p>\n <\/p>\n\n
How to Find Duplicates in Google Sheets<\/h2>\n
\n
Highlighting Duplicate Data in Google Sheets<\/h2>\n
\n<\/a> <\/p>\nStep-by-Step: How to Highlight Duplicates in Google Sheets (With Pictures)<\/h2>\n
Step 1: Open your spreadsheet.<\/h3>\n
<\/h3>\n
Step 2: Highlight the data you want to check.<\/h3>\n
Step 3: Under \u201cFormat\u201d, select \u201cConditional Formatting.\u201d<\/h3>\n
Step 4: Select \u201cCustom formula is.\u201d<\/h3>\n
Step 5: Enter the custom duplicate checking formula.<\/h3>\n
Step 6: Click \u201cDone\u201d to see the results.<\/h3>\n
How to Highlight Duplicates in Multiple Rows and Columns<\/h2>\n