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


Ed,

If your values are always positive numbers then:

=COUNTIF(L1:L16,"0")

If there are also negatives then:

=COUNTIF(L1:L16,"0")+COUNTIF(L1:L16,"<0")

Cheers,

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=492184