M
milehigh
Hi all,
I am trying to eliminate the Div/9 error that I get
my formula is the following:
=IF(OR(AND(D30>=0.2),AND(D28=0,E28>0)),"PD",IF(AND
(D30="PD",E28>0),"PD",(E28-MIN($C$28
28))/MIN($C$28
28)
I tried using iserror in the following manner:
=if(iserror(IF(OR(AND(D30>=0.2),AND(D28=0,E28>0)),"PD",IF
(AND(D30="PD",E28>0),"PD",(E28-MIN($C$28
28))/MIN
($C$28
28))),0,IF(OR(AND(D30>=0.2),AND
(D28=0,E28>0)),"PD",IF(AND(D30="PD",E28>0),"PD",(E28-MIN
($C$28
28))/MIN($C$28
28)))
but it keeps giving me an error (that the formula is not
correct).
I just want to display a zero when my formula divides by
zero.... Thanks in advance.
I am trying to eliminate the Div/9 error that I get
my formula is the following:
=IF(OR(AND(D30>=0.2),AND(D28=0,E28>0)),"PD",IF(AND
(D30="PD",E28>0),"PD",(E28-MIN($C$28
I tried using iserror in the following manner:
=if(iserror(IF(OR(AND(D30>=0.2),AND(D28=0,E28>0)),"PD",IF
(AND(D30="PD",E28>0),"PD",(E28-MIN($C$28
($C$28
(D28=0,E28>0)),"PD",IF(AND(D30="PD",E28>0),"PD",(E28-MIN
($C$28
but it keeps giving me an error (that the formula is not
correct).
I just want to display a zero when my formula divides by
zero.... Thanks in advance.