A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

What is the formula for compounding interest with annual additions



 
 
Thread Tools Display Modes
  #1  
Old August 25th, 2008, 03:38 PM posted to microsoft.public.excel.worksheet.functions
charrismd
external usenet poster
 
Posts: 1
Default What is the formula for compounding interest with annual additions

Would appreciate help with learning the formula for how to compound interest
with annual additions. I would like to know the future value of an interest
bearing account starting with a certain principle and adding annual additions
such as one does with a 401K. I know the formula for future value without
additions but not the one including annual additions.
  #2  
Old August 25th, 2008, 04:00 PM posted to microsoft.public.excel.worksheet.functions
Duke Carey
external usenet poster
 
Posts: 1,027
Default What is the formula for compounding interest with annual additions

The FV() function (future value) will return the future value of a stream of
EQUAL payments and has an optional argument for present value. If you are
going to assume payments of varying amounts, then your best bet is to create
a table with contribution dates and amounts, and apply a compounding formula
to each contribution based on the # of annual periods from the date of
contribution to the "maturity" date. The compounding formula is simply

Contribution amount * (1+int rate)^ (# periods)

So, if A1 contains the contribution amount, and the interest rate is 7.5%,
invested for 15 years, the formula would be

=A1*(1+.075)^15

Compound each of your contributions, then sum all the compounded values.



"charrismd" wrote:

Would appreciate help with learning the formula for how to compound interest
with annual additions. I would like to know the future value of an interest
bearing account starting with a certain principle and adding annual additions
such as one does with a 401K. I know the formula for future value without
additions but not the one including annual additions.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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