+ Reply to Thread
Results 1 to 12 of 12

Withdrawing from retirement portfolio

  1. #1
    Registered User
    Join Date
    08-03-2019
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    22

    Withdrawing from retirement portfolio

    Hi gurus,

    I need some help here on my retirement (investment) portfolio draw-down spreadsheet. There are 2 phases, 1) accumulation phase and 2) withdrawal phase in a single tab.

    There are nine columns, A-I, and I am done with C-E, which is the accumulation phase. I am half completed with column A (year) and column B (age) only because that is dependent on columns F-I, which is the withdrawal phrase I am having challenge with. I have tried IF(ISERROR and NA() but it ends with a negative value, which i wanted it to be zero.

    In the spreadsheet:

    1) Words highlighted in red are for reference
    2) Column H, highlighted in blue to be left blank
    3) At column F,G and I you will see "0" because that is not the draw-down phase, and "X" is the intended withdrawal phase. These are for illustration purposes.

    Thank you in advance!
    Attached Files Attached Files
    Last edited by Rayliew; 08-19-2019 at 02:19 PM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,879

    Re: Withdrawing from retirement portfolio

    Look at this link and post #5 https://www.excelforum.com/excel-gen...-template.html

    Alan
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    08-03-2019
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    22

    Re: Withdrawing from retirement portfolio

    Hi Alan,

    Thanks for your response, appreciate that!!

    As much as it may be very well suitable for people staying in the States, the terms used are foreign to me e.g IRA, SSN benefits, 401k etc as I stay in Singapore where they use different terms for the equivalents.

    Hope the gurus here can help me out with my spreadsheets.

    Thank you in advance!!

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,879

    Re: Withdrawing from retirement portfolio

    In G48 =B7
    In I48 =(F48-G48)*1.04
    In G49 =G48*1.02 copy down
    In I49 =(I48-G49)*1.04 copy down
    Last edited by alansidman; 08-19-2019 at 02:59 PM.

  5. #5
    Registered User
    Join Date
    08-03-2019
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    22

    Re: Withdrawing from retirement portfolio

    Hi Alan,

    I have tried but it seems like it does not work as the column A,B,F&H was not taken into account to the formula.

  6. #6
    Registered User
    Join Date
    08-03-2019
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    22

    Re: Withdrawing from retirement portfolio

    Hi gurus,

    Can anyone help me with this thread?

    Thank you in advance!!

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,556

    Re: Withdrawing from retirement portfolio

    I believe that you could accomplish what you are asking without using the 'Beginning Portfolio Balance' column (and Ending Portfolio value for that matter, but I left it in).
    Rewrite the formula for Beginning Portfolio value to read: =I13
    Carry the current formula for E13 all the way down the Ending Portfolio value column.
    Withdrawal amount is populated using: =IF(B13<B$6,0,B$7*(1+E$7)^(B13-B$6))
    Remaining Portfolio balance is populated using: =E13-SUM(G13:H13)
    The last year of withdrawal could be populated using: =AGGREGATE(14,6,B13:B104/(C13:C104>0),1)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  8. #8
    Registered User
    Join Date
    08-03-2019
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    22

    Re: Withdrawing from retirement portfolio

    Hi JeteMc,

    Thanks for the reply.

    Is it impossible to include formula for Beginning Portfolio balance? I noticed there’s other changes to the spreadsheet as well. Is that ok if we stick to the request?

  9. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,556

    Re: Withdrawing from retirement portfolio

    To populate the Beginning Portfolio balance column paste the following into cell F13 then double click on the fill handle: =IF(B13>=B$6,C13,0)
    Let us know if you have any questions.

  10. #10
    Registered User
    Join Date
    08-03-2019
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    22

    Re: Withdrawing from retirement portfolio

    Hi JeteMC,

    I suppose there's a misunderstanding here.

    Column C-E are accumulation phrase, which at cell C48 and E48 onwards should be a 0, since the first withdrawal age is 65 that brings us to column F-I as they are the withdrawal phrase.

    As for column F and I, can we link cells within F-I only? Reason being C-E and F-I are two separate phrases.

    Also, is it possible to have a flat zero value once column I is depleted, instead of negative values?

    Thank you.

  11. #11
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,556

    Re: Withdrawing from retirement portfolio

    "...is it possible to have a flat zero value once column I is depleted, instead of negative values?"
    Change the formula in the Withdrawal amount column to read: =IF(B13<B$6,0,MIN(E13,B$7*(1+E$7)^(B13-B$6)))
    Change the formula in the Remaining Portfolio balance column to read: =MAX(0,E13-SUM(G13:H13))
    As for column F and I, can we link cells within F-I only? Reason being C-E and F-I are two separate phrases.
    I assume that you want the investment to continue earing 4% so the accumulation phase continues throughout.
    I suppose there's a misunderstanding here.
    I believe you made your request plainly. I made some adjustments in an attempt to produce what I consider to be an efficient use of Excel. If you would like to start over using the file attached to post #1 I'll be glad to ask one of the other contributors to take a look.
    Let us know if you have any questions.

  12. #12
    Registered User
    Join Date
    08-03-2019
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    22

    Re: Withdrawing from retirement portfolio

    Hi JeteMc,

    I have tried the formulas, they worked perfectly!

    We are getting very close there.

    "If you would like to start over using the file attached to post #1 I'll be glad to ask one of the other contributors to take a look" Yes please, can you? I will be very grateful.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Retirement calculation help
    By rham243 in forum Excel General
    Replies: 5
    Last Post: 08-22-2015, 12:23 AM
  2. Retirement Calculations
    By Shanyce02 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-21-2013, 10:27 AM
  3. Retirement Plan
    By ralberts in forum Excel General
    Replies: 1
    Last Post: 04-09-2010, 04:04 PM
  4. retirement plan
    By martindwilson in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 11-21-2008, 07:43 AM
  5. Sad But True - retirement dates
    By slindon in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 11-20-2006, 02:15 PM
  6. Retirement Savings Last
    By Paul Ilacqua in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-07-2005, 07:05 PM
  7. [SOLVED] NPER - Retirement Example
    By mschumacker in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-13-2005, 05:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1