Future employee salary/rasies

dmj120

Active Member
Joined
Jan 5, 2010
Messages
310
Office Version
  1. 365
  2. 2019
  3. 2010
I know how do do a simple salary schedule to to calculate year over year salary.

I've tried googling, but came up short. Does anyone know of a formula that I can use to calculate year over year salary expense average?

I'm trying to create a template to use for new-account bids to factor in average salary expenses based upon contract length. If there is a formula for this purpose, it will help with other category and modality projected calculations.


Inputs:
Account Annual Salary: 370,000
Years: 5
Annual increase: 3%
Average: 392,876

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]rate
[/TD]
[TD]3%
[/TD]
[/TR]
[TR]
[TD]y1
[/TD]
[TD]370,000
[/TD]
[/TR]
[TR]
[TD]y2
[/TD]
[TD]381,100
[/TD]
[/TR]
[TR]
[TD]y3
[/TD]
[TD]392,533
[/TD]
[/TR]
[TR]
[TD]y4
[/TD]
[TD]404,309
[/TD]
[/TR]
[TR]
[TD]y5
[/TD]
[TD]416,438
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]average
[/TD]
[TD]392,876
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
=FV(3%, 5, -370000) / 5

To understand why, consider your manual calculation:

(370000 + 370000*(1+3%) + 370000*(1+3%)^2 + 370000*(1+3%)^3 + 370000*(1+3%)^4) / 5

The numerator is the same (albeit in reverse) as the sum (future value) of a fixed payment (370,000) at the end of each of 5 years that earns 3%.
 
Last edited:
Upvote 0
=FV(3%, 5, -370000) / 5

To understand why, consider your manual calculation:

(370000 + 370000*(1+3%) + 370000*(1+3%)^2 + 370000*(1+3%)^3 + 370000*(1+3%)^4) / 5

The numerator is the same (albeit in reverse) as the sum (future value) of a fixed payment (370,000) at the end of each of 5 years that earns 3%.


Future Value - awesome!!

Thanks for the explanation as well --- MANY thanks for the formula!!! :beerchug:
 
Upvote 0

Forum statistics

Threads
1,224,815
Messages
6,181,135
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top