Salary calculation in the number of years

EzzEldean

New Member
Joined
Nov 17, 2022
Messages
18
Office Version
  1. 2016
  2. 2013
  3. 2011
  4. 2010
  5. 2007
  6. 2003 or older
Platform
  1. Windows
Hello everyone,

I need your help with a financial matter. I want to calculate the salary of an employee after a number of years let's say 5 years from now. Knowing that his salary in total is 500$ per month and there's an annual increase of 9%. Of course, the manual method is not convenient for me with more than 100 employees which is ( 500*1+9%).
So any ideas for a formula to calculate the salary after x of years with a fixed increase rate?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
On this example A1 is the salary and B1 the amount of years.

Excel Formula:
=A1*(1+0.09)^B1
 
Upvote 0
Hello everyone,

I need your help with a financial matter. I want to calculate the salary of an employee after a number of years let's say 5 years from now. Knowing that his salary in total is 500$ per month and there's an annual increase of 9%. Of course, the manual method is not convenient for me with more than 100 employees which is ( 500*1+9%).
So any ideas for a formula to calculate the salary after x of years with a fixed increase rate?
Thank you both for replying. I was wondering if there is a similar function in excel doing the same job ?
 
Upvote 0

Forum statistics

Threads
1,214,868
Messages
6,122,005
Members
449,059
Latest member
mtsheetz

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