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 />

TABLE 16.3<br />

Formulas to Calculate a Loan with Irregular Payments<br />

Cell Formula Description<br />

D6 =IF(C6””,(C6-C5)/365*H5*APR,””) The formula calculates the interest, based on the payment<br />

date.<br />

E6 =IF(C6””,B6-D6,””) The formula subtracts the interest amount from the<br />

payment to calculate the amount credited to principal.<br />

F6 =IF(C6””,F5+B6,””) The formula adds the payment amount to the running<br />

total.<br />

G6 =IF(C6””,G5+D6,””) The formula adds the interest to the running total.<br />

H6 =IF(C6””,H5-E6,””) The formula calculates the new loan balance by<br />

subtracting the principal amount from the previous loan<br />

balance.<br />

ON the CD-ROM<br />

This workbook is available on the companion CD-ROM. The file name is irregular<br />

payments.xlsx.<br />

Investment Calculations<br />

Investment calculations involve calculating interest on fixed-rate investments, such as bank savings<br />

accounts, Certificates of Deposit (CDs), and annuities. You can make these interest calculations for investments<br />

that consist of a single deposit or multiple deposits.<br />

ON the CD-ROM<br />

The companion CD-ROM contains a workbook with all of the interest calculation examples in<br />

this section. The file is named investment calculations.xlsx.<br />

Future value of a single deposit<br />

Many investments consist of a single deposit that earns interest over the term of the investment. This section<br />

describes calculations for simple interest and compound interest.<br />

Calculating simple interest<br />

Simple interest refers to the fact that interest payments are not compounded. The basic formula for computing<br />

interest is<br />

Interest = Principal * Rate * Term<br />

For example, suppose that you deposit $1,000 into a bank CD that pays a 5 percent simple annual interest<br />

rate. After one year, the CD matures, and you withdraw your money. The bank adds $50, and you walk<br />

away with $1,050. In this case, the interest earned is calculated by multiplying the principal ($1,000) by<br />

the interest rate (.05) by the term (one year).<br />

303

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

Saved successfully!

Ooh no, something went wrong!