Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I write a formula indicating how many times a number is greater than
zero in a given range? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to determine if multiple dates are "greater than" one date | Excel Worksheet Functions | |||
the greater of 2 numbers | New Users to Excel | |||
Using COUNTIF to find numbers within a range greater than the mean | Excel Worksheet Functions | |||
How do I count numbers in a range that are greater than and less . | Excel Worksheet Functions | |||
Need a formula to determine the greater of a or b... | Excel Discussion (Misc queries) |