Compound Interest

R

Robert

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.
 
M

Mike H

Robert,

Maybe

=investment_ammount*(1+interest_rate)^investment_periods

so £1000 for 1 year @ 4%

=1000(1+.04)^1

Mike

Mike
 
J

JLGWhiz

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top