#1   Report Post  
Greg B
 
Posts: n/a
Default Advice Please

what function do I used to have excel search through columns and show how
many times the number I want appears?



  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Use COUNTIF. For example, to count the no. of times 8
appears in columns A-C:

=COUNTIF(A:C,8)

Of course this only counts cells with 8. Cells such as 88
would be ignored.

HTH
Jason
Atlanta, GA

-----Original Message-----
what function do I used to have excel search through

columns and show how
many times the number I want appears?



.

  #3   Report Post  
Ragdyer
 
Posts: n/a
Default

If you wanted to search through Column A, try this:

=COUNTIF(A:A,25)

If 25 was the number you were looking to count.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Greg B" wrote in message
...
what function do I used to have excel search through columns and show how
many times the number I want appears?




  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Greg

=COUNTIF(A1:D100,123)

Your number being 123


Gord Dibben Excel MVP

On Thu, 17 Mar 2005 15:59:17 +1030, "Greg B" wrote:

what function do I used to have excel search through columns and show how
many times the number I want appears?



  #5   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

To count all occurrences of some number in range, like
18
22
180
....
, which contains three number 8's, you can use an array formula (entered
with Ctrl+Alt+Enter) like:
=SUM(LEN(A1:A100)-LEN(SUBSTITUTE(A1:A100;8;"")))

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets



"Jason Morin" wrote in message
...
Use COUNTIF. For example, to count the no. of times 8
appears in columns A-C:

=COUNTIF(A:C,8)

Of course this only counts cells with 8. Cells such as 88
would be ignored.

HTH
Jason
Atlanta, GA

-----Original Message-----
what function do I used to have excel search through

columns and show how
many times the number I want appears?



.





  #6   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Replace semicolons with commas!

Arvi Laanemets


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
Formula Advice Needed Brad_A Excel Discussion (Misc queries) 1 March 3rd 05 06:29 PM
Almost got it !! but need advice Nospam Excel Worksheet Functions 6 February 28th 05 10:27 AM
Advice please Greg New Users to Excel 2 February 24th 05 12:19 PM
building invoice - strategy advice Excel Discussion (Misc queries) 0 January 3rd 05 01:29 PM
need an advice in excel sheets.... | m o [] Excel Discussion (Misc queries) 0 November 27th 04 10:36 PM


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