+ Reply to Thread
Results 1 to 3 of 3

Interest Only calculation

  1. #1
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Interest Only calculation

    I'm trying to determine the formula for an interest only payment. The values I’m working with are:

    Loan Amount=$13,600,000, Interest Rate=5.64% (annual), Amortization term is 30 years although that may or may not really matter, and there are 12 payments a year. I keep getting #Num error even though all my values are numerical. The value in a regular Interest+Principal payment is $941,017 (annually) and the Interest Only payment should be something like $767,040 but I can't seem to figure out how to do it...I've been trying to use the IPMT function.
    Last edited by JimDandy; 08-23-2011 at 11:42 AM.

  2. #2
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Re: Interest Only calculation

    Ok, I think I've got it. What I failed to account for initially was that with an Interest Only payment, the only comparable value acheivable is the first one as interest is reduced for every month so teh best information for my needs is the interest for the first month. Here is the calculation I used:

    =IF(Values_Entered,-IPMT(Interest_Rate,1,Loan_Years,Loan_Amount),"")

    Interest_Rate = 5.64
    Loan_Years = 30
    Loan_Amount = 13,600,000

    The result I was looking for was $767,040

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

    Re: Interest Only calculation

    How about ...

    =SUMPRODUCT(IPMT(5.64%/12, {1,2,3,4,5,6,7,8,9,10,11,12}, 360, -13600000))
    Entia non sunt multiplicanda sine necessitate

+ 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