finding duplicates

  • Thread starter Thread starter Legacy 169300
  • Start date Start date
L

Legacy 169300

Guest
I know how to remove duplicates in 07, but can't find an option to FIND them. I don't necessarily want to delete the duplicates, but I do want to see them. Is that possible? :confused:
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Perhaps use a Countif Formula which will tell you, you could also use the Countif in Conditional Formatting.

Excel Workbook
DE
1PeepsCount
2Harry1
3Sarah2
4Julie2
5Sarah2
6Julie2
Sheet1
 
Upvote 0
This helps Trevor, thanks. You'd think that if Excel can recognize duplicates to remove, we would have the option to 'find' them without having to use a formula! [frustrated]
 
Upvote 0
You can use a conditional format that will highlight the duplicates. If your data is in range A1:A500 highlight the range place this formula in the conditional format formula bar and use a color background to show duplicates. =COUNTIF($A$1:$A$500,A1)>1 Don't forget to format the color.

And yes, I agree, If Excel can find the dupes for you to delete, why can't a feature be added to just identify them.

Good luck.
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,331
Members
452,907
Latest member
Roland Deschain

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