From: bobmuse on
i need to hide #div/0 error for the following formula
= PMT(E6/12,F6,E4) when result is =0

I used
IF(ISERROR (PMT(E6/12,F6,E4),"",(PMT(E6/12,F6,E4))
IF(ISERROR(PMT(E6/12,F6,E4),"",(PMT(E6/12,F6,E4))
IF(ISERROR PMT(E6/12,F6,E4),"",(PMT(E6/12,F6,E4)
IF(ISERROR (PMT(E6/12,F6,E4),"",(PMT(E6/12,F6,E4)))
nothing is working
what am i missing?