After a formula that only displays a yearly value when there's a negative value in column F, in rows 14, 15 etc the years should not be displayed. Columns D to F are a table, I've tried to write a formula using ISBLANK but I keep getting a circular reference.
Book7 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Year | Periods | FV | |||||
2 | 1 | 12 | -$229,500.00 | |||||
3 | Assumed growth | 5.00% | 2 | 24 | -$209,000.00 | |||
4 | Rate per period | 0.00% | 3 | 36 | -$188,500.00 | |||
5 | 4 | 48 | -$168,000.00 | |||||
6 | Monthly Payment | $ 1,708.33 | 5 | 60 | -$147,500.00 | |||
7 | Annual draw down plus fees | $ 20,500 | 6 | 72 | -$127,000.00 | |||
8 | Annual draw down | $ 20,000 | 7 | 84 | -$106,500.00 | |||
9 | Present Value | $ 250,000 | 8 | 96 | -$86,000.00 | |||
10 | 9 | 108 | -$65,500.00 | |||||
11 | 10 | 120 | -$45,000.00 | |||||
12 | 11 | 132 | -$24,500.00 | |||||
13 | 12 | 144 | -$4,000.00 | |||||
14 | 13 | 156 | ||||||
15 | 14 | 168 | ||||||
16 | 15 | 180 | ||||||
17 | 16 | 192 | ||||||
18 | 17 | 204 | ||||||
19 | 18 | 216 | ||||||
20 | 19 | 228 | ||||||
21 | 20 | 240 | ||||||
22 | ||||||||
23 | ||||||||
24 | ||||||||
25 | ||||||||
26 | ||||||||
27 | ||||||||
28 | ||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E2:E21 | E2 | =D2*12 |
F2:F21 | F2 | =IF(FV($B$4,E2,-$B$6,$B$9)<0,FV($B$4,E2,-$B$6,$B$9),"") |
B4 | B4 | =B2/12 |
B6 | B6 | =B7/12 |
B7 | B7 | =B8+500 |