+ Reply to Thread
Results 1 to 2 of 2

Formula to calculate pay rate based on years of service

Hybrid View

abrice Formula to calculate pay rate... 07-30-2015, 10:23 PM
rcm Re: Formula to calculate pay... 07-30-2015, 10:46 PM
  1. #1
    Registered User
    Join Date
    09-20-2012
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    2

    Formula to calculate pay rate based on years of service

    I am looking for an efficient formula to calculate pay rates based on years of service for 1500 records.
    I have current pay rate and want to calculate projected pay rate for 2016, 2017, 2018, 2019 and 2020 using the following:
    no pay rate increase for the first 4 years of service
    6% pay rate increase at 5 years, 11 years, 16 years and 21 years
    I calculate years of service based on hire date

    My current formula =if(and($n2>=5, $n2<=10),($t2*.06)+$t2,0)
    n2 = years of service
    t2 = pay rate

    One of my challenges is how to modify the formula to increase years of service by 1 for; 2016, 2017, 2018, 2019, 2020

    Thanks for any and all suggestions

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Formula to calculate pay rate based on years of service

    1. The years can be calculated by calculating the difference between the reporting year and the previous one and adding the result to the previous number of years
    2. Line 2 $600 uses the table to the left to source out the increase
    3. Line 3 uses an AND clause to add the 0.06 to the previous salary amount.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Calculate Vacation Allowance based on years of service
    By Sassygirl44 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-29-2015, 03:47 PM
  2. [SOLVED] Formula to calculate years of service for next year (2015)
    By Kimston in forum Excel General
    Replies: 4
    Last Post: 12-03-2014, 04:48 AM
  3. [SOLVED] Calculate Totals Based on Age Restrictions & Years of Service
    By thenotoriousjeff in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-29-2014, 01:20 PM
  4. Replies: 3
    Last Post: 10-29-2013, 04:49 PM
  5. Need a vba code to check the status and based on rules calculate service years
    By baba_excel in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-19-2012, 09:03 PM
  6. Calculate years of service
    By Kimston in forum Excel General
    Replies: 12
    Last Post: 12-16-2012, 12:44 AM
  7. [SOLVED] Formula to calculate years of service for next year
    By Kimston in forum Excel General
    Replies: 9
    Last Post: 12-13-2012, 06:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1