Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default ANNUITY PAYMENTS

Given: $x amount of money in a savings account
Given: %y amount of interest per year earned
Given: $z withdrawn each month

Question: How many months before an account is depleated
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default ANNUITY PAYMENTS


How often is the interest compounded

--
crispb
-----------------------------------------------------------------------
crispbd's Profile: http://www.excelforum.com/member.php...fo&userid=1088
View this thread: http://www.excelforum.com/showthread.php?threadid=27660

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default ANNUITY PAYMENTS

START $ 10,480.05
INT % 10
MONTH WITHDRAW 1,000.00

END YR BAL (1,519.95)
.+ INT (1,671.94)

YEARS 14
MONTHS 10.5


STARTS IN RAGE A1

cell B5 =B1-(B3*12) END YR BAL
cell B7 =B5/100*(100+B2) .+ INT

this is based that your interest is paid at the end of the year

Sub YEARS()

Range("B8").Value = 0
Do Until Range("B5").Value < Range("B3").Value
Range("B1").Value = Range("B6").Value
Range("B8").Value = Range("B8").Value + 1
Loop
End Sub

Pretty crude and hope it is what u wanted , there probably is a better way,
the example started with 100K
r
Pete

--
(][ This Email has been scanned by Norton AntiVirus. ][)
"early1_us" wrote in message
...
Given: $x amount of money in a savings account
Given: %y amount of interest per year earned
Given: $z withdrawn each month

Question: How many months before an account is depleated



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
annuity calculation for monthly payments but quarterly compoundin JayM Excel Worksheet Functions 5 April 17th 10 03:56 AM
Annuity Payments From A Present Amount JRR Excel Worksheet Functions 2 September 4th 08 03:35 AM
How to calculate the accumulated payments from an annuity at yr 10 jmuirman Excel Worksheet Functions 1 August 8th 05 08:05 PM
How do I calculate the accumulated payments from an annuity at yr jmuirman New Users to Excel 2 August 7th 05 04:29 PM
How do I forecast future payments by analyzing past payments? CeeBee Excel Worksheet Functions 1 March 17th 05 06:43 PM


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

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

About Us

"It's about Microsoft Excel"