+ Reply to Thread
Results 1 to 3 of 3

monthly ppmt calculated in 1 cell for year

  1. #1
    Registered User
    Join Date
    05-04-2006
    Posts
    14

    monthly ppmt calculated in 1 cell for year

    I'm trying to calculate annual principal portion of a monthly loan payments using only one cell. For example, the cell for year one would be the sum of ppmt(monthly_interest_rate,i,60,loan_amount) where i is 1-12.

    Any thoughts on how this can be done? Is there some sort of loop function in excel?

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Try the cumulative principle function.

    =CUMPRINC(6%/12,60,10000,1,12,1)


    This is a $10000 loan with a 6% interest paid monthly for 60 months. 1 and 12 represent the first period and the last one in the formula means that the payments are made at the beginning of the periods. If payments are made at the end of the period use 0.

    HTH

    Steve

  3. #3
    Registered User
    Join Date
    05-04-2006
    Posts
    14
    Perfect, thanks!

+ 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