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

Is there a formula that will calculate compound interest? Assuming 4%
interest each period, I can put the original dollar amount in cell A1, then
in cell B1 enter =sum(A1*.04)+A1, then in cell C1, =sum(B1*.04)+B1, etc.,
eventually arriving at the final answer but it takes up a lot of cells and is
pretty clunky.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 523
Default Compound Interest

=A1*(1.04)^n

where n is the number of years/periods you want

"Robert" wrote:

Is there a formula that will calculate compound interest? Assuming 4%
interest each period, I can put the original dollar amount in cell A1, then
in cell B1 enter =sum(A1*.04)+A1, then in cell C1, =sum(B1*.04)+B1, etc.,
eventually arriving at the final answer but it takes up a lot of cells and is
pretty clunky.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Compound Interest

Robert,

Maybe

=investment_ammount*(1+interest_rate)^investment_p eriods

so £1000 for 1 year @ 4%

=1000(1+.04)^1

Mike

Mike

"Robert" wrote:

Is there a formula that will calculate compound interest? Assuming 4%
interest each period, I can put the original dollar amount in cell A1, then
in cell B1 enter =sum(A1*.04)+A1, then in cell C1, =sum(B1*.04)+B1, etc.,
eventually arriving at the final answer but it takes up a lot of cells and is
pretty clunky.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Compound Interest

If the 4% is per period then both Sam and Mike are on track. However, if the
4% is per year and your conversion period is less than or more than one year,
you result will be in error. The annual percentage rate must be converted to
a rate per period. For 4% per year with monthly conversion, .04/12 = .00333
per period and quarterly conversion .04/4 = .01 per period.

"Robert" wrote:

Is there a formula that will calculate compound interest? Assuming 4%
interest each period, I can put the original dollar amount in cell A1, then
in cell B1 enter =sum(A1*.04)+A1, then in cell C1, =sum(B1*.04)+B1, etc.,
eventually arriving at the final answer but it takes up a lot of cells and is
pretty clunky.

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
compound interest martinbarnes Excel Discussion (Misc queries) 3 November 7th 08 05:06 PM
Mtge calculation (Dly compound interest and multiple interest rate Spudson Excel Programming 2 November 3rd 05 07:49 PM
Compound Interest Ron D. Excel Worksheet Functions 1 March 10th 05 08:45 PM
Compound Interest Paul Excel Worksheet Functions 3 March 8th 05 03:55 PM
compound interest David Excel Worksheet Functions 2 February 22nd 05 08:16 AM


All times are GMT +1. The time now is 06:28 AM.

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"