+ Reply to Thread
Results 1 to 6 of 6

Formula to determine due date based on hire date

  1. #1
    Registered User
    Join Date
    09-03-2008
    Location
    San Antonio
    Posts
    7

    Formula to determine due date based on hire date

    I've attached a sample spreadsheet and I'm trying to find a formula for column E, which is based on the employee's hire date I need to know the date when their vacation days are due.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-15-2013
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2013
    Posts
    16

    Re: Formula to determine due date based on hire date

    Hey tastjuste, try pasting the below formula into cell E3 and dragging down:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    The logic of the formula is this:
    If the employee's hire anniversary hasn't happened yet this year, then their days are due on their anniversary this year.
    Otherwise, their days are due on their anniversary next year.
    Have a great day!

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: Formula to determine due date based on hire date

    Try this, copied down...

    =DATE(YEAR($J$1),MONTH(B3),DAY(B3))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    09-03-2008
    Location
    San Antonio
    Posts
    7

    Re: Formula to determine due date based on hire date

    Thank you so much it works!!!!!

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: Formula to determine due date based on hire date

    you'r welcome. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below)

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Formula to determine due date based on hire date

    You could also use this formula to get the next anniversary date

    =EDATE(B3,DATEDIF(B3,J$1,"Y")*12+12)
    Audere est facere

+ 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: 0
    Last Post: 06-04-2013, 12:14 PM
  2. Vacation Tracking based on Hire Date
    By jaclynmac in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-23-2013, 07:26 PM
  3. Calculate # of Paychecks based on Date of Hire
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-21-2010, 12:39 PM
  4. Calculate # of Paychecks based on Date of Hire
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-22-2009, 07:27 PM
  5. [SOLVED] [SOLVED] formula for lenght of employment based on hire date
    By Mharper in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-27-2006, 04:55 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