+ Reply to Thread
Results 1 to 14 of 14

Vacation tracking from an anniversary date from year to year

  1. #1
    Registered User
    Join Date
    01-05-2016
    Location
    Richmond, VA
    MS-Off Ver
    MS365 V2406
    Posts
    29

    Question Vacation tracking from an anniversary date from year to year

    Here lies my problem:

    We have approx 15 employees and I am charged with keeping up with their vacation time. We use anniversary dates as their renewal date for their vacation. We do not pay sick time. Our rules are pretty simple. From your date of hire to 1 year with the company, you have NO vacation. At their 1 year anniversary they receive 40 hours to use within each year for year 1-3. On year 3 they then receive 80 hours to use for each year following. The vacation dates need to be calculated from one anniversary date to the other.

    I have figured out how to get the spreadsheet to calculate the time they have been here and how many hours they have accrued. I have a separate sheet in which I enter the hours they take and it will subtract it and put it into a summary at the end of each month. This auto updates with the sheet as per the calendar year I am currently using, but nothing from the past year, or the future year.

    My questions are these:
    -If Employee A started on 10/23/2014, they are given 40 hours of vacation to use between 10/23/2015 and 10/23/2016. How do I create something to automatically pull the time from a previous years sheet and a sheet for the next year to allow Employee A to have an accurate count on their available vacation time without manually inputting it each year at their anniversary date?
    - Can it be done for Employee N who has been here 5 years also?
    - Is this a formula or something that is asking too much of a single program?

    I appreciate any help I can get...
    Alex

    Here is what I am working with currently, please be kind as I figured it all out by trial and error
    Vacation tracking summary1.xlsx

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vacation tracking from an anniversary date from year to year

    You seem pretty much there. Are you allowing carryover of vacation time from year to year?

    I would use TODAY() instead of NOW() (NOW() includes a time which you don't need)

    Once I have an answer to my question, we can tighten up your sheet. I might suggest another sheet in the workbook containing a running total with each line/row simply being employee name, date of vacation start, date of vacation end, total days. Then you can pull "Hours Used" from that sheet and not worry about math.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-05-2016
    Location
    Richmond, VA
    MS-Off Ver
    MS365 V2406
    Posts
    29

    Re: Vacation tracking from an anniversary date from year to year

    We are not using any carry over...when the date hits it starts over with the allotted time given to the employee. I appreciate this so much!

    Alex

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vacation tracking from an anniversary date from year to year

    I had trouble coming up with a formula that would split networkdays if vacation started on one side of an anniversary and ended on the other so decided on a manual approach. If the user is entering the vacation dates on "Data" tab and it crosses the anniversary, the entry will turn red. Then the user should split the entry into two lines. First one up to but not including the anniversary date, the second one from anniversary date forward. (I did this on lines 2 and 4). Column F shows the anniversary date (updated to the year of entry).

    I also included a Partial day column (D) where you put in hours of vacation on a partial day. This is inclusive of the dates in B and C. So on 10/21/2015, Employee A came in and worked 6 hours and then went home (2 hrs vacation)

    Hope this helps. Questions?
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-05-2016
    Location
    Richmond, VA
    MS-Off Ver
    MS365 V2406
    Posts
    29

    Re: Vacation tracking from an anniversary date from year to year

    OK. I understand what is there, but not sure how this would work with my current data... I am going to upload the whole files that I work with. The lady that does the payroll needs it broken down by month...it's turning into a whole big mess with this. Paper and pen might be easier
    Attached Files Attached Files

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vacation tracking from an anniversary date from year to year

    Ugh! Because your data is split up by month, the formula will need to sum up each spreadsheet. Also, if the vacation time is accrued based on start date and not calendar date, then there will be carryover from workbook (2015) to workbook (2016). Right? Can we modify your spreadsheet setup?

  7. #7
    Registered User
    Join Date
    01-05-2016
    Location
    Richmond, VA
    MS-Off Ver
    MS365 V2406
    Posts
    29

    Re: Vacation tracking from an anniversary date from year to year

    Of course...I am flexible as far as how to input, but she isn't on what she wants. I feel like I should bake you cookies or something for this kind of work

  8. #8
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Vacation tracking from an anniversary date from year to year

    Rather than use the multiple sheets and books. Have you considered using a single book for all years and a sheet where you select the year and month with a side panel for the annual summary?


    click on the * Add Reputation if this was useful or entertaining.

  9. #9
    Registered User
    Join Date
    01-05-2016
    Location
    Richmond, VA
    MS-Off Ver
    MS365 V2406
    Posts
    29

    Re: Vacation tracking from an anniversary date from year to year

    I am willing to do whatever works...I just need to have one sheet that I can print each month that breaks it down for the lady that does the payroll. I am kinda confused by how I could do what you are asking though. I understand making a running sheet for the whole year, but how would I calculate from anniversary date to anniversary date that way? And I am going to show my blonde with- What's a side panel?

  10. #10
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Vacation tracking from an anniversary date from year to year

    It has gone midnight here and the laptop is running out of power. I'll try and give it a go tomorrow to see if the concept will work.

  11. #11
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Vacation tracking from an anniversary date from year to year

    Right.

    Note : I am English so my dates are dd/mm/yy ie 30/01/2016 is 30th Jan.

    This is a first try - a bit rough and ready - but you can see the principles (I hope).

    I haven't put anything in to stop you messing it up so please read these notes

    First: there are two sheets: Data and View

    data contains a list of holiday dates with the number of hours taken on each occasion. To record and change holidays add or remove from the list. As you can see they just get added in no particular order.
    Adding more data works.
    The same date can be used more than once for a person. 2 days holiday would be added as two entries - one for each day.

    View is a monthly view and an annual summary of leave booked.

    The Green boxes are the year and month being shown (you can change the year and month this works) (there is data for Jan and Feb 2016)
    Note the month (at the moment) is always 31 days - this can be corrected.

    The Start Day and month(under the yellow area) are the start anniversary dates for holiday for the people (Changing the start day and month works)

    The colouring of the cells is done on format rules.

    The staff names ang to h can be changed and used in the holiday list on the data sheet

    You can add data for any years starting in 2015 and ending in 2018 - just because these are the dates I set up in the list.

    Let me know what you think.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    10-17-2021
    Location
    Estero, FL
    MS-Off Ver
    o365
    Posts
    2

    Re: Vacation tracking from an anniversary date from year to year

    This is interesting. Is there an updated final version?

  13. #13
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2502
    Posts
    13,700

    Re: Vacation tracking from an anniversary date from year to year

    Welcome to the forum jferich.

    Quote Originally Posted by jferich View Post
    This is interesting. Is there an updated final version?
    As this thread is approaching 6 years old it is not likely the original participants are still monitoring it.

    I encourage you to start your own thread making reference to this one if it helps.

    Since you are new you won't be able to post a link yet, but you can copy/paste the title.
    Dave

  14. #14
    Registered User
    Join Date
    10-17-2021
    Location
    Estero, FL
    MS-Off Ver
    o365
    Posts
    2
    Thank you…


    Quote Originally Posted by FlameRetired View Post
    Welcome to the forum jferich.



    As this thread is approaching 6 years old it is not likely the original participants are still monitoring it.

    I encourage you to start your own thread making reference to this one if it helps.

    Since you are new you won't be able to post a link yet, but you can copy/paste the title.

+ 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. Vacation Accrual - hire date and calendar year
    By dgohmann in forum Excel General
    Replies: 2
    Last Post: 05-06-2022, 10:51 AM
  2. Replies: 3
    Last Post: 10-16-2013, 09:05 PM
  3. Replies: 3
    Last Post: 09-04-2013, 10:49 AM
  4. Accrued Vacation Time based on Anniversary Date
    By Mustang03 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-24-2010, 02:41 PM
  5. Reset button after anniversary date (vacation schedule)
    By jerger in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-14-2009, 07:31 PM
  6. vb or function: reset vacation on anniversary date
    By jerger in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-09-2009, 02:55 PM
  7. Tenure - Anniversary Year
    By TheLeafs in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2006, 03:25 PM

Tags for this Thread

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