Thread: coun if
View Single Post
  #1   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

=COUNTIF(B:B,"0")

In article ,
thanks wrote:

IN a count if formula hao can I exclude "letters".

Example:
A 3
B 0
C h
D 2
E k
The formula should only count numbers greater than 0 and it should not
inlcude the letters. The aswer in this example must be "2".