PMT function

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

Guest

In order to calculate monthly repayment on a mortgage for a house, I use =
PMT(Interest rate, Repayment periods ,Cost of House).
I'd like to work backwards and start with a known monthly repayment,
interest rate and repayment period, and from there, calculate the cost of
house that it will buy.
I would be grateful if somebody could post a reply.
Thank you
 
One way:

=PV(rate, per, -pmt)

So for a total payment of $1,000 and an annual rate of 6% for a 30 year
mortgage:

=PV(6%/12, 12*30, -1000)

= $166,791.61
 

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

EXCEL problem- mortgage 0
PMT 2
Help to create amortization schedule 0
Repaymen of loan excel sheet with grace period etc... 14
Capital Calculation 4
CUMIPMT 0
"PMT" function quary 3
PPMT Function Repost 12

Back
Top