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

=IF(ISERR((A2+A10)*A12/A15),"",(A2+A10)*A12/A15)

"Marshall Scmidt" wrote:

If I have a formula say (A2+A10)*A12/A15 if A15 is blank it returns
#/DIV/0!, how do i get it to return 0
--
Marshall