+ Reply to Thread
Results 1 to 10 of 10

amount to borrow function

Hybrid View

  1. #1
    Registered User
    Join Date
    05-08-2008
    Posts
    5

    amount to borrow function

    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.

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    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 assisted or failed to assist you I welcome your Feedback.

  3. #3
    Registered User
    Join Date
    05-08-2008
    Posts
    5
    thanks for the warm welcome mudtraker. anyone able to help?

  4. #4
    Valued Forum Contributor
    Join Date
    08-31-2007
    Location
    SW Ireland
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2311 Build 16.0.17029.20068) 32-bit
    Posts
    540
    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:

    =PMT(A1/12,B1*12,C1,,)
    This will calculate the monthly repayment (which will probably be way off your maximum possible amount).

    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.

  5. #5
    Registered User
    Join Date
    05-08-2008
    Posts
    5
    thanks but why am i getting a negative figure?

  6. #6
    Valued Forum Contributor
    Join Date
    08-31-2007
    Location
    SW Ireland
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2311 Build 16.0.17029.20068) 32-bit
    Posts
    540
    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.

  7. #7
    Registered User
    Join Date
    11-20-2003
    Location
    Mesquite Texas
    MS-Off Ver
    Excel 2007
    Posts
    50
    Quote Originally Posted by deadlyduck
    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:

    =PMT(A1/12,B1*12,C1,,)
    This will calculate the monthly repayment (which will probably be way off your maximum possible amount).

    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.
    This sure is taking the long way around a simple problem.

    Please see my solution.

  8. #8
    Registered User
    Join Date
    11-20-2003
    Location
    Mesquite Texas
    MS-Off Ver
    Excel 2007
    Posts
    50
    =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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1