Question about financial calculation PMT

  • Thread starter Thread starter Peter Aitken
  • Start date Start date
P

Peter Aitken

I want to verify that I am using the PMT function correctly. The situation
is someone who has a sum of money in the bank earning a certain return. They
want to withdraw a fixed amount each month so that at the end of 20 years
the account balance is zero. The figures are:

Initial balance: 200,000
Annual return: 6%
Years: 20

I am using this:

=PMT(.06/12, 20*12, -200000)

Have I got this right? Thanks
 
Would this be the same formula then to determine the monthly payment
required to pay off a mortgage within a certain number of years? That
is, the morgage is 200,000, the interest rate is 6%, and the term is
20 years - and the required monthly payment is 1432.86.

How would the formula be changed to reflect the case where the
payments are made every 2 weeks, but the interest is still charged
monthly? Thanks.
 
Yes, this would apply to a mortgage. Note however that the unrounded
value is 1432.862..., so the lender may want 1432.87 monthly instead of
accumulating a larger final payment.

Your second question would depend on exactly how the interest is charged
relative to the intervening payments, but would be in the ballpark of
=PMT(0.06/26, 20*26, -200000)

Jerry
 

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

Similar Threads

PMT function question 2
PMT question 5
Interest and Payment Calculations 6
Excel financial function: PMT 1
The FV function 7
Calculate How Long Funds Will Last 6
Need help with formula 3
PMT calculator 8

Back
Top