what function can i use to calculate how much i should borrow when i know what the interest rate is, the length of the loan and the max amount i can pay back per month???
what function can i use to calculate how much i should borrow when i know what the interest rate is, the length of the loan and the max amount i can pay back per month???
Last edited by kingcomposing; 05-08-2008 at 04:45 AM.
kingcomposing
Welcome to Exceltip forum
Please take a couple of minutes and read the forum rules then please edit your thread title by following the instructions in the rules (Rule 1)
An Announcement thread that covers the rules is at the top of each forum or you may use the link below in my signature.
Please Read Forum Rules Before Posting
Wrap VBA code by selecting the code and clicking the # icon or Read This
How To Cross Post politely
Top Excel links for beginners to Experts
If you are pleased with a member's answer then use the Scales icon to rate it
If my reply has assistedor failed to assist you
I welcome your Feedback.
thanks for the warm welcome mudtraker. anyone able to help?
I think you would need to use a combination of the PMT function and Goal seek.
If you enter your data as follows:
A1: Annual interest rate
B1: Number of years of the loan
C1: Loan amount- I know you don't know this yet but just pick a figure.
In cell A3, enter the following:
This will calculate the monthly repayment (which will probably be way off your maximum possible amount).![]()
=PMT(A1/12,B1*12,C1,,)
Now you use Goal seek to see how much you could borrow:
Click on the answer you've computed above.
Click Tools | Goal seek
In the dialog box which appears, enter the actual monthly amount you can pay in the 'To value' field.
Click on the 'By changing cell' field and then click on the loan amount you guessed (cell C1).
Excel will compute the loan amount.
thanks but why am i getting a negative figure?
Ignore the minus symbol- the value you get is the amount you can borrow.
It's negative because it's a liability- you owe it to the bank.
This sure is taking the long way around a simple problem.Originally Posted by deadlyduck
Please see my solution.
=PV(.08/12,60,-500)
This formula will tell you that you can borrow 24,659.22 at 8.0% for 60 months with a $500.00 payment.
Happy car hunting.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks