Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JVANSTEL
 
Posts: n/a
Default Unusual filter request

In a list of numbers, I want to know which numbers appear more than once.
Any idea how to do this? I tried using DataFilterAdvanced Filter, and then
choosing unique records only, but that gives me a list of *all* the numbers,
while deleting the duplicate instances of those that appear twice (or more;
but I know they'd only appear twice). I need it the other way -- I need a
list of *only* the numbers that appear more than once. Any ideas or help you
can provide, I'd really appreciate it.
  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You can use an Advanced Filter to extract a list of duplicates.

In the criteria range, leave the heading cell blank
In the cell below, enter a formula that refers to the column you want to
check, e.g.: =COUNTIF(C:C,C2)1

Run the advanced filter, and check the Unique records only box



JVANSTEL wrote:
In a list of numbers, I want to know which numbers appear more than once.
Any idea how to do this? I tried using DataFilterAdvanced Filter, and then
choosing unique records only, but that gives me a list of *all* the numbers,
while deleting the duplicate instances of those that appear twice (or more;
but I know they'd only appear twice). I need it the other way -- I need a
list of *only* the numbers that appear more than once. Any ideas or help you
can provide, I'd really appreciate it.



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
AlfD
 
Posts: n/a
Default

Hi!

One way:

I assume your list of numbers is in Col A1:A1000 and col B is empty.

In B1 put =IF(COUNTIF($A$1:$A$1000,A1)=1,"",COUNTIF($A$1:$A$ 1000,A1))

Copy this down to B1000.

This will show alongside the multiple entries the number of times they
occur.

Alf

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make Bullen's FilterCriteria() data refresh real-time? Dennis Excel Discussion (Misc queries) 9 March 12th 05 09:41 PM
Macro for Filter Switches ... Maybe??? Ken Excel Discussion (Misc queries) 4 February 25th 05 05:30 PM
Filter Switches vs Macro? Ken Excel Discussion (Misc queries) 3 February 24th 05 10:31 PM
Pivot table and filter Bruce Roberson New Users to Excel 1 January 25th 05 04:00 AM
advanced filter won't allow me to filter on bracketed text (-456.2 LucianoG Excel Discussion (Misc queries) 1 December 6th 04 08:38 PM


All times are GMT +1. The time now is 09:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"