A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

a Counting question



 
 
Thread Tools Display Modes
  #1  
Old March 19th, 2010, 02:00 PM posted to microsoft.public.excel.worksheet.functions
cinnie
external usenet poster
 
Posts: 67
Default a Counting question

hi to all

I'm sure this is easy, but I'm new to Excel.
I need a function that will COUNT all the numbers in a range (B5:B1525)
equal to or greater than the value in A3. (all values are positive integers)

thanks in advance
--
cinnie
  #2  
Old March 19th, 2010, 02:11 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default a Counting question

=SUMIF(B5:B1525,"" & A3)

--
Jacob


"cinnie" wrote:

hi to all

I'm sure this is easy, but I'm new to Excel.
I need a function that will COUNT all the numbers in a range (B5:B1525)
equal to or greater than the value in A3. (all values are positive integers)

thanks in advance
--
cinnie

  #3  
Old March 19th, 2010, 02:23 PM posted to microsoft.public.excel.worksheet.functions
Teethless mama
external usenet poster
 
Posts: 3,722
Default a Counting question

=COUNTIF(B5:B1525,"="&A3)


"cinnie" wrote:

hi to all

I'm sure this is easy, but I'm new to Excel.
I need a function that will COUNT all the numbers in a range (B5:B1525)
equal to or greater than the value in A3. (all values are positive integers)

thanks in advance
--
cinnie

  #4  
Old March 19th, 2010, 05:42 PM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
Default a Counting question

Jacob, the OP wants Count, not Sum.

Regards,
Fred

"Jacob Skaria" wrote in message
...
=SUMIF(B5:B1525,"" & A3)

--
Jacob


"cinnie" wrote:

hi to all

I'm sure this is easy, but I'm new to Excel.
I need a function that will COUNT all the numbers in a range (B5:B1525)
equal to or greater than the value in A3. (all values are positive
integers)

thanks in advance
--
cinnie


  #5  
Old March 19th, 2010, 07:08 PM posted to microsoft.public.excel.worksheet.functions
cinnie
external usenet poster
 
Posts: 67
Default a Counting question

Thanks teethless mama - that what I needed
--
cinnie


"Teethless mama" wrote:

=COUNTIF(B5:B1525,"="&A3)


"cinnie" wrote:

hi to all

I'm sure this is easy, but I'm new to Excel.
I need a function that will COUNT all the numbers in a range (B5:B1525)
equal to or greater than the value in A3. (all values are positive integers)

thanks in advance
--
cinnie

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:26 PM.


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