excel forumla

  • Thread starter Thread starter rob
  • Start date Start date
R

rob

I require help to write a formula that will calculate how
much I can borrow based on a certain monthly pmt.

I.e., if I know the term, interest rate, future value and
the pmt, I need the formula to tell me how much I can
finance.

I will then need to be able to change the pmt amount and
have that change the amount of the finance.
 
One way:

=PV(rate,nper,pmt,fv)

Note that the rate payments, and number of periods must be in the same
units, so if you have a monthly payment, a term in years, and an annual
interest rate, you must adjust the latter two:

=PV(rate/12, nper*12, pmt, fv)

Note also that PV and pmt will be of opposite sign, so if you want a
positive PV, you'll need to make pmt a negative value.


n article <[email protected]>,
 
and just further to Jim's reply you can use the tools / goal seek feature to
perform simple "what if" type questions on the formula - check it out in
Help and post back if you have any questions. (there are other tools you can
use for this if the goal seek doesn't provide you with enough flexibility)

Regards
JulieD
 
Thanks - Julie, problem with Goal seek is that I can not
automate it. I am building the spreadsheet for customers
and I want them to enter the data into minimal cells.
They would not know how to use goal seek. Any other
ideas?
 

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
Excel formulas 2
Principal & Interest Formula 1
Math help 3
Help to create amortization schedule 0
Interest and Payment Calculations 6
Problem with formula in Excel 3

Back
Top