Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jessica juarez
 
Posts: n/a
Default filtering repeat data

i have a worksheet that contains a list of 46,000 phone numbers and I would
like to filter out the phone numbers that repeat more than 5 times but less
30 times. can someone please help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Debra Dalgleish
 
Posts: n/a
Default filtering repeat data

You can use an Advanced Filter to extract the data. There are
instructions in Excel's Help, and he

http://www.contextures.com/xladvfilter01.html

In the criteria area, leave the heading cell blank, and in the cell
below, enter a formula that counts the phone numbers. For example, with
phone numbers in column D:

=AND(COUNTIF($C$2:$C$46000,C2)5,COUNTIF($C$2:$C$4 6000,C2)<30)

jessica juarez wrote:
i have a worksheet that contains a list of 46,000 phone numbers and I would
like to filter out the phone numbers that repeat more than 5 times but less
30 times. can someone please help.



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

  #3   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default filtering repeat data

While doing this you might want to check unique records only so you don't
get a list of all the duplicates as well (unless you want that of course)
Also Debra had a typo, she meant column C


--
Regards,

Peo Sjoblom

Portland, Oregon




"Debra Dalgleish" wrote in message
...
You can use an Advanced Filter to extract the data. There are instructions
in Excel's Help, and he

http://www.contextures.com/xladvfilter01.html

In the criteria area, leave the heading cell blank, and in the cell below,
enter a formula that counts the phone numbers. For example, with phone
numbers in column D:

=AND(COUNTIF($C$2:$C$46000,C2)5,COUNTIF($C$2:$C$4 6000,C2)<30)

jessica juarez wrote:
i have a worksheet that contains a list of 46,000 phone numbers and I
would
like to filter out the phone numbers that repeat more than 5 times but
less
30 times. can someone please help.



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


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
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Find repeat data in a worksheet J1 Excel Discussion (Misc queries) 1 November 2nd 05 11:08 PM
filtering row data Gary''s Student Excel Worksheet Functions 3 October 26th 05 07:03 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Repeat Paste of Data SiouxieQ Excel Worksheet Functions 0 November 19th 04 07:27 PM


All times are GMT +1. The time now is 06:20 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"