18.11.2014 Views

Microsoft Office

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Creating Formulas for Financial Applications 16<br />

The following formula calculates the original loan amount for a 48-month loan that has a monthly payment<br />

amount of $117.43. The annual interest rate is 6 percent.<br />

=PV(0.06/12,48,-117.43)<br />

This formula returns $5,000.21. The monthly payment was rounded to the nearest penny, causing the<br />

$0.21 discrepancy.<br />

A loan calculation example<br />

Figure 16.1 shows a worksheet set up to calculate the periodic payment amount for a loan. The loan<br />

amount is in cell B1, and the annual interest rate is in cell B2. Cell B3 contains the payment period<br />

expressed in months. For example, if cell B3 is 1, the payment is due monthly. If cell B3 is 3, the payment is<br />

due every three months, or quarterly. Cell B4 contains the number of periods of the loan. The example<br />

shown in this figure calculates the payment for a $10,000 loan at 9.5 percent annual interest with monthly<br />

payments for 36 months. The formula in cell B6 is<br />

=PMT(B2*(B3/12),B4,-B1)<br />

FIGURE 16.1<br />

Using the PMT function to calculate a periodic loan payment amount.<br />

Notice that the first argument is an expression that calculates the periodic interest rate by using the annual<br />

interest rate and the payment period. Therefore, if payments are made quarterly on a three-year loan, the<br />

payment period is 3, the number of periods is 12, and the periodic interest rate would be calculated as the<br />

annual interest rate multiplied by 3/12.<br />

In the worksheet in Figure 16.1, range A9:B11 is set up to calculate the principal and interest amount for a<br />

particular payment period. Cell B9 contains the payment period used by the formulas in B10:B11. (The<br />

payment period must be less than or equal to the value in cell B4.)<br />

The formula in cell B10, shown here, calculates the amount of the payment that goes toward principal for<br />

the payment period in cell B9:<br />

=PPMT(B2*(B3/12),B9,B4,-B1)<br />

The following formula, in cell B11, calculates the amount of the payment that goes toward interest for the<br />

payment period in cell B9:<br />

=IPMT(B2*(B3/12),B9,B4,-B1)<br />

295

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!