ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Make zero formula (https://www.excelbanter.com/excel-discussion-misc-queries/145400-make-zero-formula.html)

Beep Beep

Make zero formula
 
I am getting the below message with the formula showing.

#DIV/0!
=I11/E11*1000*5

Can you tell me how to put the -iserror formula to make this show zero if
the cells are zero..

Thanks
Frank


David Biddulph[_2_]

Make zero formula
 
=IF(ISERROR(I11/E11*1000*5),"",I11/E11*1000*5)
or
=IF(E11=0,"",I11/E11*1000*5)
will give a blank if E11 is zero.

If you actually want the formula to return zero (despite the fact that the
answer should be infinity), then replace "" by 0 in the formula.
--
David Biddulph

"Beep Beep" wrote in message
...
I am getting the below message with the formula showing.

#DIV/0!
=I11/E11*1000*5

Can you tell me how to put the -iserror formula to make this show zero if
the cells are zero..

Thanks
Frank





All times are GMT +1. The time now is 12:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com