Compounding Interest

J

Jason

How would I make a Fx. that would add $500 + 4% interest each mouth?
A1 B1 C1
ie 500 +4% =
=+500 +4% =
=+500 +4% =
 
J

Jason

that is not adding the $500 add each mouth, it needs to be A.500 + 4%, than
add B.500, and then A+B+4%, and so on
 
M

Michael

Jason
You did ask for 4% each month in you initial post !!
In C1 put =A1*1.0033333 and copy down
after 30 years you will have $348,178.96

HTH
Michael
 
D

Duke Carey

Jason -

Look at the function FV() in Excel's help file.

Enter your payments as negatives (outflows) and you'll get a positive number
as the result.

Duke
 
Top