+ Reply to Thread
Results 1 to 8 of 8

Help with formula to find interest rate

  1. #1
    Registered User
    Join Date
    06-06-2011
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Help with formula to find interest rate

    Hello -

    I am trying to solve for the implied interest rate.

    So in this example, I have the option to pay someone $2,000 today, or $23.33 every month for 10 years (120 equal payments) for a total of $2,800.

    I can't figure out which formula(s) to use to find what the implied interest payment would be in this situation so I can decide if it makes sense to pay now or over time.

    What formula(s) would I use?

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Help with formula to find interest rate

    Hi,

    It looks like a homework question so I'll only give you a hint.

    To calculate the implied rate on the 10 year payment plan, have a look at the RATE() function. When you tell the RATE() function the monthly payment, enter the monthly payment as a negative amount.
    Hope that helps,

    Colin

    RAD Excel Blog

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Help with formula to find interest rate

    The APR is =12 * RATE(120, 23.33, -2000) ~ 7.10%

    The APY is =(1+RATE(120, 23.33, -2000))^12 - 1 ~ 7.34%
    Last edited by shg; 06-08-2011 at 02:25 PM.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    06-06-2011
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Help with formula to find interest rate

    The negative monthly payment! I knew it was the RATE function but didn't think to use the negative.

    Thanks for the hint Colin. That was exactly what I wanted. While it wasn't homework it felt like it. I'm just getting used to using these financial formulas for work.

    Here's what I came up with.

    =RATE(120,-23.33,2000)

    0.59%.

    But does excel know that its 120 months and not some other period length?

  5. #5
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Help with formula to find interest rate

    Yes, you've done the right thing there - you have monthly payments so you have 120 periods. The result of the formula you posted is the monthly rate, not the annual rate.

  6. #6
    Registered User
    Join Date
    06-06-2011
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Help with formula to find interest rate

    Thanks again.

  7. #7
    Registered User
    Join Date
    06-06-2011
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Help with formula to find interest rate

    Thanks shg.

  8. #8
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Help with formula to find interest rate

    You're welcome, glad it worked for you.

+ 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