Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() macropod Wrote: Hi daddylonglegs, Not if B4 is zero. The correct rendition should have been: =IF(OR(B5=0,B4=0),0,PMT(B3/B5,B4*B5,B6)) An alternative rendition would be: =IF(B5*B4=0,0,PMT(B3/B5,B4*B5,B6)) Cheers Indeed macropod, you are correct, although, based on my original formula, you can use =IF(B5*B4,PMT(B3/B5,B4*B5,B6),0) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=537573 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IS THERE AN INTERPOLATION FUNCTION IN EXCEL 2003 | Excel Worksheet Functions | |||
How do i execute a VBA function by clicking on an excel cell? | Excel Discussion (Misc queries) | |||
Excel 2003 Slow Function Argument Window | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) |