+ Reply to Thread
Results 1 to 2 of 2

Complete Loan Amortization Chart!

  1. #1
    Registered User
    Join Date
    06-15-2016
    Location
    California
    MS-Off Ver
    2013
    Posts
    16

    Complete Loan Amortization Chart!

    Hello everyone, I need help with a few questions on this practice sheet. Any help is much appreciated

    1. Insert a formula in cell E2 to calculate the loan amount based on the loan parameters in the input area.

    2. Insert a function in cell E5 to calculate the monthly payment. Ensure that the function returns a positive value.

    3. In cell E6, insert a function to calculate the total interest paid on the loan. Ensure that the function returns a positive value.

    4. Use the DATE function to complete the Payment Date column and financial functions for the Interest Paid and Principal Payment columns.


    I got stuck on these four questions, but was able to do the rest. Help with formulas and explanations of how you got them would be much appreciated!

    Image: http://imgur.com/ceFHPVi

    LoanPractice.png

  2. #2
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: Complete Loan Amortization Chart!

    Loan Amount (Cell E2):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    max function insures that the minimum value is zero.

    Monthly Payment (Cell E5):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    the opposing sign is required for the PMT function to show the direction of money flow. Loan is received (in-the-pocket) and interest is paid out (out-of-pocket).

    Total Interest paid (Cell E6):
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Payment Dates (Cell B11 = Cell B7) the 1st payment date. Thereafter, starting at cell B12, and copy-down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Beginning Balance = Ending Balance at the last installment, the 1st balance is equal to the loan amount (or Cell C11 = Cell E2). Thereafter, starting at Cell C12 and copy-down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Interest Paid = Beginning balance * Interest Rate (starting at Cell D11 and copy-down)
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Principal Amount = Monthly Installment - Interest Paid in that installment (starting at Cell E11 and copy-down)
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Ending Balance = Beginning Balance - Principal repaid in that installment (starting at Cell F11 and copy-down)
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    HTH!

+ 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. Loan Amortization Schedule
    By pittstonacl in forum Excel General
    Replies: 0
    Last Post: 01-11-2016, 01:42 PM
  2. Help with loan amortization
    By cuylar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-27-2011, 08:51 AM
  3. Loan Amortization
    By SJT in forum Excel General
    Replies: 1
    Last Post: 06-20-2007, 05:40 AM
  4. [SOLVED] Loan Amortization
    By Gopalakrishnan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-11-2006, 03:55 AM
  5. [SOLVED] loan amortization template with loan start date AND first payment
    By Lisa W in forum Excel General
    Replies: 0
    Last Post: 01-30-2006, 06:30 PM
  6. loan amortization
    By Lizzie in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-14-2005, 10:50 PM
  7. [SOLVED] Loan amortization
    By Michelle - ecowtent in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-08-2005, 02:06 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