Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default how to determine how many numbers are greater than zero in a range

How do I write a formula indicating how many times a number is greater than
zero in a given range?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default how to determine how many numbers are greater than zero in a range

If you want to just count the occurrences and are looking for a formula not
a VBA solution...(you posted in the programming newsgroup)

=COUNTIF($A$2:$A$14,"0")

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
HIS


"Inspector" wrote in message
...
How do I write a formula indicating how many times a number is greater
than
zero in a given range?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 329
Default how to determine how many numbers are greater than zero in a range

Hi Inspector,

Try:
=COUNTIF(A1:A1000,""&0)
where 'A1:A1000' is your range.

Cheers


"Inspector" wrote in message
...
How do I write a formula indicating how many times a number is greater

than
zero in a given range?



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 to determine if multiple dates are "greater than" one date kg82 Excel Worksheet Functions 3 October 20th 08 11:09 PM
the greater of 2 numbers Karen New Users to Excel 4 February 16th 06 06:35 PM
Using COUNTIF to find numbers within a range greater than the mean Lowkey Excel Worksheet Functions 2 May 17th 05 06:34 PM
How do I count numbers in a range that are greater than and less . Clinic Reporter Excel Worksheet Functions 1 April 13th 05 08:47 AM
Need a formula to determine the greater of a or b... sonyav Excel Discussion (Misc queries) 2 March 17th 05 08:13 PM


All times are GMT +1. The time now is 02:27 AM.

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

About Us

"It's about Microsoft Excel"