Thread: hide #div/0
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default hide #div/0

=IF(ISERROR(PMT(F5/12,G5,F3)),"",PMT(F5/12,G5,F3))


Gord Dibben MS Excel MVP


On Sat, 9 Jan 2010 19:36:01 -0800, bobmuse
wrote:

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?