View Single Post
  #2   Report Post  
Ron Coderre
 
Posts: n/a
Default


Try these:

=SUM(A1:A10)/SUMPRODUCT(--ISNUMBER(A1:A10)*(A1:A10<0))

=SUM(A1:A10)/(COUNT(A1:A10)-COUNTIF(A1:A10,0))

Does that help?

Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=393950