How to highlight duplicates without 1st occurrences in google sheets

Shinod

New Member
Joined
Jun 29, 2022
Messages
38
Office Version
  1. 2019
Platform
  1. Windows
How to highlight duplicates without 1st occurrences in google sheets.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,
You can use conditional formatting along with a custom formula.
  1. Select the range of cells where you want to apply the formatting.
  2. Go to the "Format" menu and select "Conditional formatting."
  3. In the "Conditional format rules" panel on the right, choose "Custom formula is" as the format rules.
  4. enter the following formula-> =COUNTIF($A$2:$A,A2)>1 (This formula checks if the count of the current cell (A2) in the range A2:A is greater than 1, indicating that it is a duplicate.)
  5. Click on the "Formatting style" button to choose how you want to highlight the duplicates. You can change the background color, font color, or any other formatting options.
  6. Click "Done" to apply the formatting.

Best Regards.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,410
Messages
6,124,755
Members
449,187
Latest member
hermansoa

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top