Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JSC JSC is offline
external usenet poster
 
Posts: 1
Default formula to calculate sum of payment increased by 3% annually

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?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default formula to calculate sum of payment increased by 3% annually

Hi,

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

where B8 contains the initial payment size.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"JSC" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default formula to calculate sum of payment increased by 3% annually

Hi,

A slightly more flexible version of my last suggestion:

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

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"JSC" wrote:

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?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default formula to calculate sum of payment increased by 3% annually

This is a basic compound interest problem:

=FV(3%,5,1000*12)

Regards
Fred

"JSC" wrote in message
...
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?


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
calculate PV of lump sum payment Tiny1rik Excel Worksheet Functions 1 April 12th 09 03:49 AM
How do I calculate a payment? aidesifuentes Excel Worksheet Functions 7 November 21st 08 08:42 PM
How could I calculate the monthly payment of GPM. PP Excel Discussion (Misc queries) 0 August 15th 06 03:39 AM
calculate payment frustratedwthis Excel Discussion (Misc queries) 1 April 20th 06 04:31 PM
calculate payment with first payment due date variable? Jody Solbach Excel Worksheet Functions 1 September 8th 05 05:46 PM


All times are GMT +1. The time now is 08:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"