excel function cumipmt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This function does not recognize a cell referrence (or a number directly
input) for the second input, number of periods. Instead it returns #N/A.
 
I think you are forgetting the last argument.
Rate / Nper / Pv / Start_period / End_Period / Type
If you're using the wizard, there is a 5th argument that you must tab down to.
Type...
0 = Payment at the end of the period
1 = payment at the start of the period.

=CUMIPMT(0.09/12,30*12,125000,13,24,0)
returns -11,135.23

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top