Thread: remove #DIV/0!
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruno Campanini
 
Posts: n/a
Default remove #DIV/0!

"Dopase via OfficeKB.com" <u17562@uwe wrote in message
news:61cdd07e0f755@uwe...
I tried some of the options given at other formula's but I couldn't get it
to
work. I have this formula:

=SUM(Q76:Q77)/SUM(Q76:Q78) and i get the #DIV/0! can some one help me ?

--
Don Seegers

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200606/1


=IF(SUM(Q76:Q78),SUM(Q76:Q77)/SUM(Q76:Q78),"")

If SUM(Q76:Q78) = 0, you get Nothing. You can't get 0!

Bruno