How to exclude unique values from a column?

  • Thread starter Thread starter wrethams
  • Start date Start date
From the Main Menu, select:
Data->Filter->Advanced Filter
and follow the instructions, just make sure you check the box that reads
Unique Records Only.
 
Hi - I tried this but it doesn't seem to work - it shows all the items
in the list, omitting any duplicates.

I want the opposite.

Thanks
 
In an adjoining column use a formula similar to the one below and fill down.
It assumes your data starts in cell B5...
=COUNTIF($B$5:$B$50,B5)
Now use auto filter and custom filter on those items that are <> 1.
Copy the list and paste where ever.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


<[email protected]>
wrote in message
How do I exclude all unique values from a column of data?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top