View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
stewie stewie is offline
external usenet poster
 
Posts: 2
Default Number of payments remaining

I hope you're still here, because I needed help with the same equation.
However, I need to know how to get the dollar amount that is left on the
loan. I need to keep a running total of the balance I owe on $9016.88.
$261.08/mo. w/11.08333 mo. left @ 17.95% APR

"Ron Rosenfeld" wrote:

On Thu, 27 Sep 2007 12:29:01 -0700, Erik
wrote:

I need a formula to calculate the number of payments remaining on a loan
based on constant interest, constant payments and a known balance. I am
trying to use the NPER function but it doesn't give the right answer if I
change the interest rate. How many payments do I have left on $16,000, with
5% interest, and $250 a month payment?



74.59215279

Or 74 Payments plus a balloon of about $147.55

Formula:

=NPER(0.05/12,250,-16000)




--ron