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