formula to calculate sum of payment increased by 3% annually

J

JSC

example: I'm paying $1000 a month today. The amount increases by 3% each
year. I pay for 5 years. How much am i paying in total? is there a formula
to calculate this?
 
S

Shane Devenshire

Hi,

=SUM(B8*12*1.03^{0,1,2,3,4})

where B8 contains the initial payment size.
 
S

Shane Devenshire

Hi,

A slightly more flexible version of my last suggestion:

=SUM(B8*12*1.03^(ROW(1:5)-1))
 

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