Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ahmed
 
Posts: n/a
Default Who can I make a Cumulative calculation in Excel sheet?

I want to calculate the total salary amount for 20 years, but for each year
the employee has merit increase by 3%

For Example:
The Actual Salary = 14829
After 20 years the actual salary = 26,782.82
The Total salary amount after 20 years = 410,414.60


thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jock W
 
Posts: n/a
Default Who can I make a Cumulative calculation in Excel sheet?

A1 = 14829
A2 = '=(a1)*1.03'
copy formula to A2 - A20
A21 = '=SUM(A1:A20)'

HTH
--
Jock Waddington


"Ahmed" wrote:

I want to calculate the total salary amount for 20 years, but for each year
the employee has merit increase by 3%

For Example:
The Actual Salary = 14829
After 20 years the actual salary = 26,782.82
The Total salary amount after 20 years = 410,414.60


thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jerry W. Lewis
 
Posts: n/a
Default Who can I make a Cumulative calculation in Excel sheet?

As Jock's calculation shows, your total salary figure (use =SUM(A2:A21) to
match your total figure) assumes that the employee got a 3% raise at the
beginning of the first year, instead of the end. That means that the
employee was initially making 15273.87 instead of 14829 during this 20 year
period. Is that what you really intended?

Clearly Jock's "hammer and tong" approach is useful for ensuring that your
assumptions match your reality. Moreover, it is the most practical approach
if the raises were not assumed to be a constant percentage over the 20 year
period.

Regardless of when the first raise occurred, you can calculate the total
salary (with constant percentage raises) by analogy with an investment or
loan, by using the FV function.
=FV(3%,20,-14829,,1)
will return your value of 410,414.60
=FV(3%,20,-14829)
will return Jock's value of 398,460.78

Jerry

"Ahmed" wrote:

I want to calculate the total salary amount for 20 years, but for each year
the employee has merit increase by 3%

For Example:
The Actual Salary = 14829
After 20 years the actual salary = 26,782.82
The Total salary amount after 20 years = 410,414.60


thanks

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
is there anyway to make it so the users of my excel spread sheet cant view the macro code w/o a password? Daniel Excel Worksheet Functions 2 June 28th 05 05:34 AM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
Hyperlink to specific sheet in Excel Web File jd17 Links and Linking in Excel 0 December 8th 04 09:03 PM


All times are GMT +1. The time now is 05:54 PM.

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"