find dupes and hide non dupes

joeloveszoe

Board Regular
Joined
Apr 24, 2014
Messages
110
Office Version
  1. 365
Platform
  1. MacOS
hi
i have a spreadsheet with several thousand rows. i know how to find dupes (through conditional formatting) - but i don't know how to filter to only show the dupes
is there a way someone can share with me?
thanks so much =)

<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica}p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; color: #942193}table.t1 {border-collapse: collapse}td.td1 {border-style: solid; border-width: 0.8px 0.8px 0.8px 0.8px; border-color: #cbcbcb #cbcbcb #cbcbcb #cbcbcb ; padding: 0.0px 5.0px 0.0px 5.0px}</style>[TABLE="class: t1"]
<tbody>[TR]
[TD="class: td1"]PFX40143-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40144-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40482-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40482-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40516-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40516-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40518-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40518-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40523-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40526-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40527-BULK
[/TD]
[/TR]
[TR]
[TD="class: td1"]PFX40528-BULK
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
You can create a "helper" column where you identify the dupes and filter on that.
For example, if your data is in column A, and your first row with data is cell A2, place this formula in B2:
Code:
=IF(COUNTIF(A:A,A2)>1,"DUPE","NOT")
and copy down for all rows.
 
Upvote 0
You are welcome. Glad I was able to help!:)
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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