G
Guest
I seem to be getting an error whenever I mak
the interest rate anything above 10%
Any ideas
Thanks
Rob
the interest rate anything above 10%
Any ideas
Thanks
Rob
....Norman Harker said:The example you referred to uses:
Rate: 12%
Payments: -100
PV: -1000
FV: 10000
Type: 1 ....
=NPER(12%/12,-100,-1000)
Returns: -9.57859403981316
Negative NPERs are difficult to conceptualise but perhaps the best
way is to consider:
=FV(12%/12,9.57859403981316,100)
Returns: -1000
....Harlan Grove said:Also, you're playing fast & loose with the sign convention in drawing
your claimed equivalence between the NPER and FV function calls
above. You need to come up with a function call using *NEGATIVE* NPer
argument to make your point.
It's kinda explained in the help for the PV function. But, thereI wish Microsoft would explain the negative signage
convention in their help menus.