View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Help fixing a formula

Hello,

The following formula works great, except when the cell it's referencing is
blank, then I receive #VALUE. What do I need to do in order to fix this
issue? Thanks in advance for the help.


=ROUND(IF(ISERROR(G52*C53),"",IF(G52*C53=0,"",ROUN DUP(G52*C53,0))),0)