Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Does anyone have any suggestions on how to count the values? which is no
zero. For example, there is a list of numbers under column A, 100,2,0,3,6,0,5,3 I would like to count the number, which is not equal to zero, and it should return 6 in cell B1. Does anyone have any suggestions? Thanks in advance for any suggestions Eric |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Eric
Try =COUNTIF(A1:A8,"<0") Regards, Pedro J. Does anyone have any suggestions on how to count the values? which is no zero. For example, there is a list of numbers under column A, 100,2,0,3,6,0,5,3 I would like to count the number, which is not equal to zero, and it should return 6 in cell B1. Does anyone have any suggestions? Thanks in advance for any suggestions Eric |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Change A1:A10 for your needs
=COUNTIF(A1:A10,"<0") "Eric" wrote: Does anyone have any suggestions on how to count the values? which is no zero. For example, there is a list of numbers under column A, 100,2,0,3,6,0,5,3 I would like to count the number, which is not equal to zero, and it should return 6 in cell B1. Does anyone have any suggestions? Thanks in advance for any suggestions Eric |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF($A:$A,"0")
"Eric" wrote: Does anyone have any suggestions on how to count the values? which is no zero. For example, there is a list of numbers under column A, 100,2,0,3,6,0,5,3 I would like to count the number, which is not equal to zero, and it should return 6 in cell B1. Does anyone have any suggestions? Thanks in advance for any suggestions Eric |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return MAX value Offset 1 Row from Criterion and count occurrence | Excel Worksheet Functions | |||
How to count occurrence? | Excel Discussion (Misc queries) | |||
count occurrence between two specific dates | Excel Discussion (Misc queries) | |||
Count occurrence of character within a cell | Excel Discussion (Misc queries) | |||
Match Last Occurrence of two numbers and Count to Previous Occurence | Excel Worksheet Functions |