+ Reply to Thread
Results 1 to 1 of 1

Vacation Tracking for Employees

  1. #1
    Registered User
    Join Date
    06-07-2012
    Location
    PA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Vacation Tracking for Employees

    I am doing vacation tracking and employees get new vacation days on the day and month that they were hired EX 8/19. The year they were hired is not relevant information.

    I have a column called Used vacation days that should reset to 0 when the anniversary hire date occurs, and stay at 0 after the current date passes and until the same day and month next year.


    Currently using:
    =IF(AND(DAY(A3)=DAY(TODAY()), MONTH(A3)=MONTH(TODAY())),0,B3)

    Lets use the current date of 6/8 as an example.
    If the date changes to 6/9, then the 6/8 value returns to 25 and only the 6/9 value becomes 0. I need a formula that will keep the vacation in effect at zero until the same date next year occurs.


    start Date Eligible Vacation Balance Vacation -In Effect
    8/19/1996 25 25
    6/8/1998 25 0
    6/9/1999 25 25
    Last edited by sjh31182; 06-08-2012 at 12:06 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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