Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
jamook
 
Posts: n/a
Default drawdown at fixed rate over set period from investment at fixed %

I want a formula that will work out the following. I have a lump sum that I
have invested at a fixed interest. I want to know how much a month/year I
could get from this lump sum if I set a number of years when it would all be
used up. ie say 10years when I will be 80 or 20years when I will be 90yrs.

Formula to include: Lump Sum, Annual interest rate, Number of Yrs,
Compounding period = Monthly/ annual income over number of yrs.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
JE McGimpsey
 
Posts: n/a
Default drawdown at fixed rate over set period from investment at fixed %

One way:

Assume Lump sum in A1, Annual interest rate in A2, number of years in
A3:

Monthly income:

=ROUND(PMT(A2/12,A3*12,-A1,0),2)

Note that -A1 is used since the Lump sum is an outlay of cash, while the
payments are inflows.

Yearly income would just be the monthly income * 12.




In article ,
jamook wrote:

I want a formula that will work out the following. I have a lump sum that I
have invested at a fixed interest. I want to know how much a month/year I
could get from this lump sum if I set a number of years when it would all be
used up. ie say 10years when I will be 80 or 20years when I will be 90yrs.

Formula to include: Lump Sum, Annual interest rate, Number of Yrs,
Compounding period = Monthly/ annual income over number of yrs.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cash investment tracking when receiving variable interest rate Jeannz Excel Discussion (Misc queries) 0 September 13th 05 03:35 AM
a function giving the interest rate for inv x for period y & bal z cal777 Excel Worksheet Functions 1 August 3rd 05 06:16 PM
Huge problem with "if" formula's [email protected] Excel Discussion (Misc queries) 16 July 20th 05 07:20 PM
WHAT IS THE RATE BY MONTHS on A return of investment PAYBACK ON ONVESTMENT Excel Discussion (Misc queries) 0 March 28th 05 08:27 PM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"