PFE Chapter 27, Excel introduction page 11
(We’ve formatted the numbers as currency.)
The difference between this spreadsheet and the previous one is that we can change the
interest rate simply by changing the contents of cell B2. In this example the interest rate is 10%:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AB C
Interest 10%
Year
0 $1,000.00
1 $1,100.00 <-- =B5*(1+$B$2)
2 $1,210.00 <-- =B6*(1+$B$2)
3 $1,331.00 <-- =B7*(1+$B$2)
4 $1,464.10 <-- =B8*(1+$B$2)
5 $1,610.51 <-- =B9*(1+$B$2)
6 $1,771.56 <-- =B10*(1+$B$2)
7 $1,948.72 <-- =B11*(1+$B$2)
8 $2,143.59 <-- =B12*(1+$B$2)
9 $2,357.95 <-- =B13*(1+$B$2)
10 $2,593.74 <-- =B14*(1+$B$2)
COMPOUND INTEREST
Excel hint
Never use a number if you can use a cell reference! Compare the previous example with
this one: If, as in the previous section, you “hard-wire” the 15% interest rate in cells B6:B15,
you have to change each of these cells in order to change the interest rate assumption. On the
other hand, if you put the interest rate in a cell (as in this section’s example), you need only
change the contents of that cell in order to recalculate the whole spreadsheet.
In Excel, numbers are always inferior to formulas!
Pointing and using the F4 key
Let’s go back to the stage in this example where we were putting the formula
“=B5*(1+$B$2)” into cell B5. We’ve already suggested that it’s better to enter formulas by
pointing and clicking than by typing. Now we’ll teach you another little trick, the use of the F4