Intrest v Drawdown Calculation Required

SimonHughes

Active Member
Joined
Sep 16, 2009
Messages
452
Office Version
  1. 365
Platform
  1. Windows
Hello All, a very basic question - I would like to calculate the value of an investment, say £100,000 which is growing at a nominal rate, say 3% per annum with an annual drawdown at another nominal rate, say 4%. The objective is to see how long the money lasts at differing interest/drawdown rates. I will make the values all variables and will reference the cells but I am stumped for the basic calculation.

Thanks in advance!
Just noticed typo in the thread title - I do know how to spell interest but cannot edit it.
 
Upvote 0

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Did you consider post #11?
Hi Dave, yes, and it works really well. I have tweaked it to make it as I would like it and am happy to show it here but I cannot find a link to download XL2BB - can you help? Apologies for tardy response but I am on holiday in New Zealand and the time difference is 12 hours.
 
Upvote 0
Thanks for the feedback.
ink to download XL2BB

  • Want to help your helpers by posting a small, copyable, screen shot directly in your post? XL2BB Instructions & Download (latest October 2023 v 2.1 )
Hi Dave, got there in the end and this is what my sheet looks like now. I added an escalator for the pension data as well as for the investment amount and have offset that against investment growth rate which can be proxy for inflation. All playing around with numbers I know but it is indicative and interesting. Thanks for your help.

Cell Formulas
RangeFormula
B2B2=I2*$I$3
C2C2=I2+B2-D2
D2D2=I2*I5
F2:F19F2=SUM(D2+E2)
B3:B19B3=C2*$I$3
C3:C19C3=C2+B3-D3
D3:D19D3=MIN(C2*1.03,IF(C2>1,D2*(1+$I$6),0))
E3:E19E3=E2+(E2*$I$4)
I7I7=XLOOKUP(0,C2:C41,A2:A41,1,1)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:F35Expression=$A2=$I$7textNO
 
Upvote 0
I made a few changes that may or may not be relevant or applicable.
Please review and edit to your requirements.

Cell Formulas
RangeFormula
B7B7=XLOOKUP(0,E10:E50,A10:A50,1,1)
B10B10=B2*$B$3
D10D10=B2*-B5
E10E10=B2+SUM(B10:D10)
B11:B27B11=E10*$B$3
C11:C27C11=C10+(C10*$B$4)
D11:D27D11=-MIN(-D10*(1+$B$6),(E10+B11+C11))
E11:E27E11=E10+SUM(B11:D11)
 
Upvote 0
Another idea assuming post #17 is a reasonable starting point

We could ask a question like the following.

I would like a balance of say 200,000 after 15 years. What change to the drawdown % will yield that result.

Goal Seek would yield that information
- select E24
- move to Goal Seek in menu
Change cell to 200000
by changing B5
Press Enter and a result will soon appear
Click Ok.

With the example that would change the Drawdown from 25% to 17.1%
 
Upvote 0
Another idea assuming post #17 is a reasonable starting point

We could ask a question like the following.

I would like a balance of say 200,000 after 15 years. What change to the drawdown % will yield that result.

Goal Seek would yield that information
- select E24
- move to Goal Seek in menu
Change cell to 200000
by changing B5
Press Enter and a result will soon appear
Click Ok.

With the example that would change the Drawdown from 25% to 17.1%
Hi Dave, that is an interesting function. Thanks for mentioning it!
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,661
Members
449,114
Latest member
aides

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top