Is there an easy way to count zeros in a contigous string of cells.
I tried count and counta, but they treat zeros as numbers.
Thanks,
Craig
PCLIVE - 27 Mar 2008 16:22 GMT
Have you tried COUNTIF?
=COUNTIF(A1:A10,0)
HTH,
Paul
> Is there an easy way to count zeros in a contigous string of cells.
> I tried count and counta, but they treat zeros as numbers.
> Thanks,
> Craig
Craig Brandt - 27 Mar 2008 16:37 GMT
Thank you, Paul.
Worked like a champ.
Craig
> Have you tried COUNTIF?
>
[quoted text clipped - 7 lines]
> > Thanks,
> > Craig
PCLIVE - 27 Mar 2008 16:44 GMT
Glad to help.
> Thank you, Paul.
>
[quoted text clipped - 13 lines]
>> > Thanks,
>> > Craig
Pete_UK - 27 Mar 2008 16:34 GMT
Use COUNTIF, like this:
=COUNTIF(range,0)
Hope this helps.
Pete
> Is there an easy way to count zeros in a contigous string of cells.
> I tried count and counta, but they treat zeros as numbers.
> Thanks,
> Craig