PFE Chapter 30, Data tables page 7
30.3. Some notes on data tables
Data tables are dynamic
You can change either your initial example or the variables and the table will adjust.
Here’s an example where we’ve changed the interest rates we want to vary (compare to the
previous example):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AB C
Interest rate 15%
Initial deposit 100
Years 10
Future value $404.56 <-- =B3*(1+B2)^B4
Interest rate
$404.56 <-- =B5
0% 100
10% 259.3742
20% 619.1736
30% 1378.585
40% 2892.547
50% 5766.504
60% 10995.12
DATA TABLE EXAMPLE
Here’s another example: We change the function we’re calculating, putting
=FV(B2,B4,-B3,,1) in cell B5, as explained in Chapter 1, this function calculates the future value
of 10 annual $100 deposits starting today and accumulating interest at 15% for 10 years.
1
Note
that we’ve also changed the text in cell A5 from “initial deposit” to “annual deposit” to reflect
what’s now happening.
1
As we also explained in Chapters 1 and 29, we put the minus sign before B3 because otherwise—for reasons
beyond logic—Excel produces a negative future value. Note that if we had typed FV(B2,B4,-B3) the assumption is
that there are 10 deposits starting one year from now.