Thread: Count Question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Count Question

=SUMPRODUCT(--(L1:L1000<0))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Grant" wrote in message
...
I am trying to count the number of cells that are no equal to 0.
COUNTIF(L:L,"<0") includes all the blank cells. I need to count cells
that are not blank and not equal to zero.

T.I.A.
Ed