18.11.2014 Views

Microsoft Office

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Part II<br />

Working with Formulas and Functions<br />

The IPMT Function<br />

The IPMT function returns the interest part of a loan payment for a given period, assuming constant payment<br />

amounts and a fixed interest rate. The syntax for the IPMT function is<br />

IPMT(rate,per,nper,pv,fv,type)<br />

The following formula returns the amount paid to interest for the first month of a $5,000 loan with a 6 percent<br />

annual percentage rate. The loan has a term of four years (48 months).<br />

=IPMT(.06/12,1,48,-5000)<br />

This formula returns an interest amount of $25.00. By the last payment period for the loan, the interest<br />

payment is only $0.58.<br />

To calculate the cumulative interest paid between any two payment periods use the CUMIPMT<br />

function. This function uses two additional arguments: start_period and end_period. In Excel<br />

versions prior to Excel 2007, the CUMIPMT is available only when you install the Analysis ToolPak add-in.<br />

NOTE<br />

The RATE function<br />

The RATE function returns the periodic interest rate of a loan, given the number of payment periods, the<br />

periodic payment amount, and the loan amount. The syntax for the RATE function is<br />

RATE(nper,pmt,pv,fv,type,guess)<br />

The following formula calculates the annual interest rate for a 48-month loan for $5,000 that has a monthly<br />

payment amount of $117.43.<br />

=RATE(48,117.43,-5000)*12<br />

This formula returns 6.00 percent. Notice that the result of the function multiplies by 12 to get the annual<br />

percentage rate.<br />

The NPER function<br />

The NPER function returns the number of payment periods for a loan, given the loan’s amount, interest rate,<br />

and periodic payment amount. The syntax for the NPER function is<br />

NPER(rate,pmt,pv,fv,type)<br />

The following formula calculates the number of payment periods for a $5,000 loan that has a monthly payment<br />

amount of $117.43. The loan has a 6 percent annual interest rate.<br />

=NPER(0.06/12,117.43,-5000)<br />

This formula returns 47.997 (that is, 48 months). The monthly payment was rounded to the nearest penny,<br />

causing the minor discrepancy.<br />

The PV Function<br />

The PV function returns the present value (that is, the original loan amount) for a loan, given the interest<br />

rate, the number of periods, and the periodic payment amount. The syntax for the PV function is<br />

PV(rate,nper,pmt,fv,type)<br />

294

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

Saved successfully!

Ooh no, something went wrong!