Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i need to hide #div/0 when PMT(E6/12,F6,E4 equal a 0
i tried IF(ISERROR (PMT(E6/12,F6,E4),"",(PMT(E6/12,F6,E4)) but it is not working |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You haven't matched the parentheses properly. Use:
IF(ISERROR (PMT(E6/12,F6,E4)),"",(PMT(E6/12,F6,E4))) Regards, Fred "bobmuse" wrote in message ... i need to hide #div/0 when PMT(E6/12,F6,E4 equal a 0 i tried IF(ISERROR (PMT(E6/12,F6,E4),"",(PMT(E6/12,F6,E4)) but it is not working |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Want to Hide columns in spreadsheet but NOT hide data in chart. | Charts and Charting in Excel | |||
How do I hide hide #REF! in Excel | Excel Discussion (Misc queries) | |||
hide code does not hide | Excel Discussion (Misc queries) | |||
Hide Unhide Hide again | New Users to Excel | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) |