JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,687
- Office Version
- 365
- Platform
- Windows
I am helping a friend plan for retirement. She wants to know how much she can give away (to charities and the grandkids) and still have enough to live on. I found that Excel has the FV (Future Value) function. I used it to create the table in the mini-sheet below. It looks like it is correct, but I would be grateful for any comments, suggestions, or corrections.
In particular, I would be interested in any suggestions for a better implementation than what I have done to extract the number of years from the column headings.
Thanks
In particular, I would be interested in any suggestions for a better implementation than what I have done to extract the number of years from the column headings.
Thanks
Donations & RMD.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
C | D | E | F | G | H | I | |||
2 | $10,000 | Initial balance | |||||||
3 | |||||||||
4 | Appreciation Rate | Appreciation Amount | Annual Withdrawal | Year 1 | Year 3 | Year 5 | Year 10 | ||
5 | 6% | $600 | $400 | $10,200 | $10,637 | $11,127 | $12,636 | ||
6 | 6% | $600 | $600 | $10,000 | $10,000 | $10,000 | $10,000 | ||
7 | 6% | $600 | $800 | $9,800 | $9,363 | $8,873 | $7,364 | ||
8 | 6% | $600 | $1,000 | $9,600 | $8,727 | $7,745 | $4,728 | ||
9 | 8% | $800 | $600 | $10,200 | $10,649 | $11,173 | $12,897 | ||
10 | 8% | $800 | $800 | $10,000 | $10,000 | $10,000 | $10,000 | ||
11 | 8% | $800 | $1,000 | $9,800 | $9,351 | $8,827 | $7,103 | ||
12 | 8% | $800 | $1,200 | $9,600 | $8,701 | $7,653 | $4,205 | ||
Sally |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F5:F12 | F5 | =LET(n,RIGHT(Table1820[[#Headers],[Year 1]],LEN(Table1820[[#Headers],[Year 1]])-5),FV([@[Appreciation Rate]],n,[@[Annual Withdrawal]],-Balance0,0)) |
G5:G12 | G5 | =LET(n,RIGHT(Table1820[[#Headers],[Year 3]],LEN(Table1820[[#Headers],[Year 3]])-5),FV([@[Appreciation Rate]],n,[@[Annual Withdrawal]],-Balance0,0)) |
H5:H12 | H5 | =LET(n,RIGHT(Table1820[[#Headers],[Year 5]],LEN(Table1820[[#Headers],[Year 5]])-5),FV([@[Appreciation Rate]],n,[@[Annual Withdrawal]],-Balance0,0)) |
I5:I12 | I5 | =LET(n,RIGHT(Table1820[[#Headers],[Year 10]],LEN(Table1820[[#Headers],[Year 10]])-5),FV([@[Appreciation Rate]],n,[@[Annual Withdrawal]],-Balance0,0)) |
D5:D12 | D5 | =Balance0*[@[Appreciation Rate]] |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
Balance0 | =Sally!$D$2 | D5:D12, F5:I12 |