PC Review


Reply
Thread Tools Rate Thread

Count Frequentness

 
 
RoadKing
Guest
Posts: n/a
 
      11th Mar 2007
Good evening:
Is it possible to count how many times a string of numbers appears in a
column? I am working on a project that has approximately 1000 telephone
numbers. I need a count on how many times a particular number appears in a
column.
Thank you in advance
John



 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      12th Mar 2007
Is it really a "number" or is it a telephone number complete with hyphens?
=COUNTIF(A1:A1000,2345) if number
=COUNTIF(A1:A100, "555-1212") if text
In either case the last argument can reference a cell: COUNTIF(A1:A1000,B1)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"RoadKing" <(E-Mail Removed)> wrote in message
news:ZH0Jh.3675$(E-Mail Removed)...
> Good evening:
> Is it possible to count how many times a string of numbers appears in a
> column? I am working on a project that has approximately 1000 telephone
> numbers. I need a count on how many times a particular number appears in
> a column.
> Thank you in advance
> John
>
>
>



 
Reply With Quote
 
RichardSchollar
Guest
Posts: n/a
 
      12th Mar 2007
Hi John

If you have a mix of numbers and text, you'd be best off using
Sumproduct:

=SUMPRODUCT(ISNUMBER(FIND("0123",A1:A10))+0)

although note that this won't count multiple occurrences of the number
string in a single cell (ie that will only count as 1 find) - which
may or may not be what you require.

Hope this helps!

Richard


On 11 Mar, 23:57, "RoadKing" <jddona...@bellsouth.net> wrote:
> Good evening:
> Is it possible to count how many times a string of numbers appears in a
> column? I am working on a project that has approximately 1000 telephone
> numbers. I need a count on how many times a particular number appears in a
> column.
> Thank you in advance
> John



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
count duplicats, display incremental count, restart count at changein value JenIT Microsoft Excel Programming 2 24th Aug 2010 09:10 PM
Count unique field1 combined with count field2, both grouped andungrouped john.mctigue@health.wa.gov.au Microsoft Access Queries 3 19th Dec 2008 03:52 AM
Count Employee Work Time - Don't Double-count Overlapping Apts. =?Utf-8?B?Sg==?= Microsoft Excel Worksheet Functions 0 27th Apr 2007 05:52 AM
how to get count(col1), count(col2), count(sol3) with only one query Mario Krsnic Microsoft Access Queries 2 27th Oct 2006 06:52 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Microsoft Excel Worksheet Functions 9 31st Jul 2005 03:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:15 AM.