+ Reply to Thread
Results 1 to 7 of 7

Calculate Monthly Payment from APR

  1. #1
    Registered User
    Join Date
    09-10-2010
    Location
    Redditch, England
    MS-Off Ver
    Excel 2010
    Posts
    35

    Calculate Monthly Payment from APR

    Hi

    I am trying to create a workbook that calculates a monthly payment from just inputting the loan amount, APR and Term of loan.

    I am currently using the following formula, however, it is calculating a monthly payment which is out by between £2 - £4

    P = (L * t * (1+t)^n) / ((1+t)^n -1)

    Where
    L is loan amount
    t is the interst rate ((APR/100)/12)
    n is the number of month the loan is over

    Can anyone help me?

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Calculate Monthly Payment from APR

    There is a payment function in excel. You input the rate which can be like 5%/12, the NPR which is the total number of payments, the present value, the future value and type (payment at the first of the month or the end of the month - I usually omit this or leave it at 0).
    it will likely give you a negative number but it is pretty accurate.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Calculate Monthly Payment from APR

    Hi,

    I think the formula you want is

    L * t / (1 - (1 + t)^-n

    or using Excel's PMT function

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    09-10-2010
    Location
    Redditch, England
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Calculate Monthly Payment from APR

    Thanks for the replies. However, both the formula and the PMT function are giving quite a bif minus number.

    Example. Loan amount £545 over 48 months with an APR of 10.9%.

    The formula I am using is giving a figure of £14.06 per month. The PMT function of PMT(10.9,48,545) is giving a result of £-5,940.50.

    However, calculating it through a finance company online proposal form, the monthly amount is £17.69

    Confused, am I not using the PMT function correctly?

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Calculate Monthly Payment from APR

    I'm getting 14.06 (mine is in dollars but numbers are numbers) and this is how it looks =PMT(10.9%/12,48,545,0,0) and my finance calculator gives the same value.
    the excel output will show as a negative value. Now if I change "10.9%/12" to 10.9 without the percent or the divide by 12 it gives me the 5940.50 value. Try it as I've shown it and see if that isn't correct. Not sure what your finance company online proposal form is showing but I have two different ways giving me the same 14.06 value.

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Calculate Monthly Payment from APR

    Hi,

    Correct. You're not using the PMT function correctly.

    You are using an annual % of 10.9% but your number of periods are months.
    You must always use the period % and not use an annual % if you're calculating payments per month.

    You should divide the APR by 12 . i.e.

    PMT(10.9%/12,48,545)

    Which will give you £14.06, as will the formula

    Without seeing the proposal form or understanding how they are choosing to calculate the payments it's difficult toknow how they get 17.69.
    The nearest I can get is 17.66 if the period is 36 months and the payments are due at the end of the month rather than the beginning.
    Who is the finance company?

  7. #7
    Registered User
    Join Date
    09-10-2010
    Location
    Redditch, England
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Calculate Monthly Payment from APR

    Thanks guys

    Sorry, user error on the finance proposal form. You all correct is around £14.60, give or take a few pennies which I can live with. Really appreciate responses.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. FV to calculate total interest earn for monthly payment
    By janagan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-16-2015, 05:06 PM
  2. Calculate the monthly payment for a specific time period
    By Barni01 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-17-2014, 09:24 AM
  3. How to calculate monthly payment of car lease?
    By mixhi4ever in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-25-2014, 11:40 PM
  4. Need function to calculate monthly payment of mortgage?
    By mixhi4ever in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2014, 04:43 AM
  5. Replies: 3
    Last Post: 07-29-2013, 11:31 AM
  6. Replies: 0
    Last Post: 08-14-2006, 10:50 PM
  7. how do I calculate a monthly payment based on a variable rate?
    By Chick N Egg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-17-2005, 05:10 PM

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