View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bearacade[_36_] Bearacade[_36_] is offline
external usenet poster
 
Posts: 1
Default counting not blank / null cells


Just use SUM. It will add up all numeric cells...

=SUM(A2:A60000)

The only thing is that it won't work if you have a circular reference
stuck in there somewhere


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=563444