Mortgage calculations

G

Guest

I need a formula to calculate the payments based on loan amount, interest
rate and term of the loan. This is for mortgage payments
 
B

Bruno Campanini

Jeff said:
I need a formula to calculate the payments based on loan amount, interest
rate and term of the loan. This is for mortgage payments

Excel Formula =PMT() (see Help)


Math Formula:
pv * rate
pmt = -------------------------
1
1 - ------------------
(1 + rate) ^ nper

where:
pmt = payment
pv = present value
nper = number of payments
rate = rate of interest

Bruno
 
M

Morrigan

Try PMT(), read up on it.

I need a formula to calculate the payments based on loan amount
interest
rate and term of the loan. This is for mortgage payment
 

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


Top