Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Formula to calculate salary after x year?

Tags:

excel

Knowing that i am getting paid $10 000 a year, and that each year my salary increase by 5%. What is the formula for Excel to know how much i will get in 5 year? Thank you for any advise

like image 597
storm_buster Avatar asked Dec 08 '10 05:12

storm_buster


People also ask

What is the formula for salary calculation?

Basic salary = Gross pay- total allowances (medical insurance, HRA, DA, conveyance, etc.)

How do you calculate future salary?

The future value formula is FV=PV(1+i)n, where the present value PV increases for each period into the future by a factor of 1 + i. The future value calculator uses multiple variables in the FV calculation: The present value sum. Number of time periods, typically years.

How do I calculate my last 12 months salary?

Add the monthly data for the next consecutive 12-month period, and divide your result by 12 to calculate the third rolling average. Repeat the same calculation for each subsequent 12-month period to calculate the remaining rolling averages.


1 Answers

The formula in Excel is:

=VF(5%;5;0;-10000)

Which results in: $12,762.82

If your Office is english version you can use:

=FV(5%;5;0;-10000)
like image 197
ArBR Avatar answered Nov 02 '22 23:11

ArBR