Thread: eliminate zero
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default eliminate zero

One mo
=if(count(e10:e20)=0,"",sum(e10:e20))


S S wrote:

Formula =SUM(E10:E20)
If there are no amounts in this column then the total displays 0
Is there a way to display the total cell as blank so that the 0 does not
appear.

thanks

--


--

Dave Peterson