How to Find Duplicates in Google Sheets - Quick Steps
- Select the dataset (in your Google Sheets)
- Go to “Format” > “Conditional formatting”
- Click on “Custom formula is”
- Input the following formula: =COUNTIF(Search Range, Cell reference) > 1
- Under “Formatting style,” specify the formatting and click “Done”
Ever scanned through a long list of data only to wonder if the same value appears more than once? Highlighting duplicates in Google Sheets can save time, improve accuracy, and help you quickly spot inconsistencies, especially when working with large datasets like names, emails, or product entries.
This guide will show you how to highlight duplicates in Google Sheets using built-in tools like conditional formatting and formulas. Whether you're scanning a single column or managing multiple columns of data, you’ll learn the most effective ways to identify, count, and even remove duplicate entries without breaking a sweat.
How to Find Duplicates in Google Sheets
Finding duplicates in Google Sheets is essential for maintaining accurate and reliable data. By using methods like conditional formatting, the UNIQUE function, or the FILTER function, you can easily identify and manage duplicate entries. Regularly checking for duplicates can enhance your data analysis, ensuring that your datasets remain clean and efficient for decision-making processes.
Highlighting Duplicate Data in Google Sheets
Google Sheets offers a range of functions, including file and edit options, that simplify data entry and formula usage for performing calculations.
Unlike other spreadsheet tools such as Excel, which have built-in conditional formatting features to eliminate duplicate data, Google Sheets provides various methods for managing duplicates effectively. Whether you’re entering data for analysis or performing complex calculations, Google Sheets makes it easy to keep your spreadsheets organized and efficient.
How to Highlight Duplicates in Google Sheets in Single Column
Highlighting duplicate in Google Sheets is a straightforward process, where users can easily spot duplicates using a conditional formatting process. Here's the step-by-step guide provided below for you all.
Step 1: Select the cell
Open your Google Sheets document. Select the range of cells in the single column where you want to identify duplicates (e.g., A1:A100).

Step 2: Click on "Format"
In the top menu bar, click on "Format" to open the dropdown menu.
.webp)
Step3: Choose "Conditional Formatting"
From the dropdown menu, select "Conditional formatting" to open the formatting options on the right.

Step 4: Choose "Custom formula is"
In the Conditional format rules panel, choose "Custom formula is" from the dropdown.

Step 5: Enter the Formula
In the formula box, enter the following formula to identify duplicates in your selected column:
=COUNTIF(A:A, A1)>1
(Make sure to adjust the range if you are using a different column.)
This formula checks whether the value in each cell appears more than once in the entire column.

Step 6: Choose the Formatting Style
Select your preferred formatting style (such as a background color or text color) to highlight the duplicates.
Step 7: Click "Done"
After choosing your formatting style, click "Done" to apply the conditional formatting. Duplicates in the selected range will now be highlighted based on your formatting choices.

How to Count Duplicates in Multiple Columns
Now whether you want to want to learn how to highlight duplicates in Google Sheets in two columns or highlight duplicates in rows, in the below below steps we will discuss all about the finding duplicates in Google Sheets.
Step 1: Select the Range
Click and drag to select the range of cells where you want to highlight duplicates. This could be a single column or multiple columns (e.g., A1 to Z100). Ensure the range includes all the data where you want to search for duplicates.
.webp)
Step 2: Open Conditional Formatting
Go to the Format menu in the top toolbar. Select Conditional formatting from the dropdown.

Step 3: Set Up the Rule
In the Conditional format rules pane that appears on the right, choose "Custom formula is" from the dropdown menu.

Step 4: Enter the Formula
In the formula input box, enter the following formula to highlight duplicates across the selected range:
=COUNTIF($A$1:$Z$100, A1)>1Explanation: This formula checks whether a value in cell A1 (or any other cell within the selected range) appears more than once in the entire range of columns (A1 to Z100 in this example). You can adjust the range based on your actual dataset (e.g., $A$1:$D$100).
.webp)
Step 5: Choose Formatting
Click on the paint bucket icon to choose the formatting style for highlighting duplicates. You can select a background color, text color, or any other style to highlight the duplicate values.
.webp)
Step 6: Apply
After selecting your formatting style, click Done to apply the conditional formatting rule. Duplicates within your selected range will now be highlighted according to the formatting you chose.
.webp)
Conclusion
Knowing how to highlight duplicates in Google Sheets is a useful skill that can greatly improve your data management. Whether you're looking to spot duplicates in one column or across multiple columns, the methods we've covered will help you do so efficiently. Using conditional formatting to highlight duplicates makes your data cleaner and more organized, and with a few simple steps, you can even use different colors for better differentiation.
Additionally, we’ve shown you how to remove duplicates to keep your sheets tidy. Now that you know how to highlight and remove duplicates in Google Sheets, you can ensure that your data is accurate, organized, and ready for analysis.