+ Reply to Thread
Results 1 to 5 of 5

Using excel to calculate monthly salary for employees with different start dates

  1. #1
    Registered User
    Join Date
    08-18-2020
    Location
    Chicago, Il
    MS-Off Ver
    MS 16
    Posts
    6

    Using excel to calculate monthly salary for employees with different start dates

    Good Morning

    I am trying to create a salary model for departments to use to determine employee salary expense for the year for new hires. Each new hire will start at different times during the year (start date would be beginning of the month) to help them build their departmental budget. For example, if Matt had an annual salary of $100,000 and started March 1st, is there a formula that I could create that would allow the person using the budget tool to select March 1, 2021 from a drop down list and the formula would start the salary expense in March and carry through to December?

    Thanks for any help

    Dave

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,010

    Re: Using excel to calculate monthly salary for employees with different start dates

    The logic for annual cost would be

    =AnnualSalary*(12-MONTH(StartDate)+1)/12

    IF you wanted to fill the 12 months with monthly costs, then something like

    =IF(MONTH(StartDate)<=MONTH(HeaderDate),AnnualSalary/12,0)

    The actual formula would depend on your worksheet structure, but for something like this
    A B C D E F ..........
    1 Name StartDate AnnualSalary Jan 2021 Feb 2021 .........
    2 Fred 3/1/21 $100000

    then in D2

    =IF(MONTH($B2)<=MONTH(D$1),$C2/12,0)

    copied across
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    08-18-2020
    Location
    Chicago, Il
    MS-Off Ver
    MS 16
    Posts
    6

    Re: Using excel to calculate monthly salary for employees with different start dates

    Bernie

    Thanks for the help. Much appreciated.

    Dave

  4. #4
    Registered User
    Join Date
    06-15-2022
    Location
    Abu Dhabi
    MS-Off Ver
    Version 7
    Posts
    1

    Re: Using excel to calculate monthly salary for employees with different start dates

    Dear Bernie

    Kindly need your support for the below calculation the actualy amount is not working the formula

    A B C D E F G H I J K L M N O
    31 28 31 30 31 30 31 31 30 31 30 31
    Name Start Date Salary 01-01-22 01-02-22 01-03-22 01-04-22 01-05-22 01-06-22 01-07-22 01-08-22 01-09-22 01-10-22 01-11-22 01-12-22
    a 15-10-22 1 - - - - - - - - - 0 0 0
    b 01-08-22 1 - - - - - - - 0 0 0 0 0
    c 01-09-22 1 - - - - - - - - 0 0 0 0
    d 01-10-22 1 - - - - - - - - - 0 0 0
    e 01-11-22 1 - - - - - - - - - - 0 0

  5. #5
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,010

    Re: Using excel to calculate monthly salary for employees with different start dates

    Try this file
    Attached Files Attached Files
    Last edited by Bernie Deitrick; 06-15-2022 at 11:36 AM.

+ 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. Replies: 16
    Last Post: 11-07-2019, 12:15 PM
  2. Replies: 1
    Last Post: 08-08-2019, 10:23 AM
  3. Replies: 2
    Last Post: 12-07-2018, 03:49 AM
  4. Monthly Pro Rated Salary Based on start and end date [SOLVED]
    By thomas.mapua in forum Excel General
    Replies: 10
    Last Post: 08-04-2015, 01:02 AM
  5. Replies: 1
    Last Post: 10-23-2014, 08:10 AM
  6. Replies: 3
    Last Post: 07-26-2012, 04:11 PM
  7. Replies: 19
    Last Post: 09-16-2009, 07:22 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