View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
johndc43 johndc43 is offline
external usenet poster
 
Posts: 7
Default Need a formula for my personal finance spreadsheet

Thanks Rick
Successive years are in rows. The first year is plugged and then each
succeeding year is simply adjusted by a constant inflation percentage (one of
several variables). Income sources are adjusted each year for earnings and
taxes and then applied to the spend in the appropriate order. A MIN function
pulls the first year that investments go negative


"BSc Chem Eng Rick" wrote:

John,

This is definitely doable and there are a number of ways to accomplish it.
Could you give a little more detail on how you calculate annual spending? Do
you have successive years in consecutive columns with calcs for time value of
money or is it only one column to give you the current status?

"johndc43" wrote:

My knowledge of Excel is fairly basic, but I have developed a somewhat
complex personal finance spreadsheet for retirement planning. The
spreadsheet applies various income sources (pensions, soc Sec, 401(k), other
investments, etc. all adjusted for earnings and taxes) to meet cash
requirements. If a set a yearly cash requirement, say 100, 000, then the
spreadsheet adjusts this each year for inflation and reveals in what year my
assets will be depleted. I can use trial and error to determine the annual
spend that will not deplete my assets until age 100. What I would like to do
instead is have the spreadsheet deliver the annual spend that will deplete my
investment assets at age 100.

It seems to me that this should be doable, but I have no idea how to go
about setting up a formula that will accomplish this. Can someone point me
in the right direction? Thanks.