How to highlight duplicates in Google Sheets

Created by Johnny Campbell, Modified on Tue, 26 Jul, 2022 at 3:27 PM by Johnny Campbell

Here’s how you can identify and highlight duplicates in Google Sheets.

If you’re only looking for duplicates in a single column, follow these steps:

  1. Select the column where you want to find duplicates.

  2. From the menu bar, click Format Conditional Formatting. The Conditional Formatting menu will open on the right side of your sheet.

  3. From the Format cells drop-down menu, select Custom formula is. A new
  4.  field appears below it.
  5. Enter the following formula in the new field, adjusting the letters for the column range you selected: =countif(A:A,A1)>1
  6. Note: in this example, we are analyzing column A, but if you have selected column C, then replace the letter A with C in the formula above, for example: =countif(C:C,C1)>1

    1. You can now pick a colour for your highlights from under Formatting style (the default is green).
    1. Click Done. Any duplicate cells should now be highlighted.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article