Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2007

Tip: Looking for answers? Try searching our database.

Formula - Compound Interest?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JoeBloe - 08 Jul 2007 07:49 GMT
Does anyone know any easy way to calculate the value of an investment where
you put for example, $1000 per week into an account that has 6% interest for
12 months. Also, similar scenario where you put $4000 per month into an
account @ 6% interest. How do you calculate it's value after 12 months.

Thanks
joeu2004 - 08 Jul 2007 08:13 GMT
> Does anyone know any easy way to calculate the value of an investment where
> you put for example, $1000 per week into an account that has 6% interest for
> 12 months. Also, similar scenario where you put $4000 per month into an
> account @ 6% interest. How do you calculate it's value after 12 months.

To compute this accurately, you need to specify the compounding
frequency.  To simplify computation, we might assume that the
compounding frequency is the same as the deposit frequency.  But
understand that that is normally not true in real life.

Also, you need to specify the nature of the investment so that we can
properly interpret what you mean by "6% interest".  The following
applies to regular savings accounts.

Weekly:  =fv(6%/52, 52, -1000)

Monthly:  =fv(6%/12, 12, -4000)

If you want to see the mathematical formula, look at the PV help
page.  (Yes, PV, not FV.  Sigh.)
joeu2004 - 08 Jul 2007 08:33 GMT
Errata....

On Jul 8, 12:13 am, I wrote:
> Also, you need to specify the nature of the investment so that we can
> properly interpret what you mean by "6% interest".  The following
> applies to regular savings accounts.
>
> Weekly:  =fv(6%/52, 52, -1000)
> Monthly:  =fv(6%/12, 12, -4000)

More to the point, you need to specify whether "6% interest" is the
nominal rate or the APY (e.g. compound rate).  I made the assumption
above that it is the nominal rate in order to keep it simple.
joeu2004 - 08 Jul 2007 18:46 GMT
Errata #2 (sigh)....

On Jul 8, 12:13 am, I wrote:
> Weekly:  =fv(6%/52, 52, -1000)
> Monthly:  =fv(6%/12, 12, -4000)

Those should be:

Weekly:  =fv(6%/52, 52, -1000, 0, 1)
Monthly:  =fv(6%/12, 12, -4000, 0, 1)

The "1" at the end puts the payment at the beginning of the period.

Again, this assumes the 6% is the nominal interest rate, not the APY
(compounded rate).
Stan Brown - 08 Jul 2007 15:25 GMT
Sun, 8 Jul 2007 16:49:57 +1000 from JoeBloe
<leavemealone@hotmail.com>:
> Does anyone know any easy way to calculate the value of an investment where
> you put for example, $1000 per week into an account that has 6% interest for
> 12 months. Also, similar scenario where you put $4000 per month into an
> account @ 6% interest. How do you calculate it's value after 12 months.

Insert | Function
and type "compound interest" (no quote marks) in the first box.

Signature

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
                                 http://OakRoadSystems.com/

Tushar Mehta - 09 Jul 2007 05:41 GMT
> Does anyone know any easy way to calculate the value of an investment where
> you put for example, $1000 per week into an account that has 6% interest for
> 12 months. Also, similar scenario where you put $4000 per month into an
> account @ 6% interest. How do you calculate it's value after 12 months.
>
> Thanks

Check out Excel help for the FV function.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.