+ Reply to Thread
Results 1 to 7 of 7

Employee Absence Schedule

  1. #1
    Forum Contributor
    Join Date
    05-14-2015
    Location
    West Yorkshire
    MS-Off Ver
    10
    Posts
    130

    Employee Absence Schedule

    Hi I've tried to adapt the standard Employee Absence Schedule excel template and need a little help.

    I've added a worksheet with total holiday days. I need the Holiday Days column to add up full(1) and half days(0.5) then subtract the figure form the days left (total holiday days worksheet). Sick days just need to add up sick days for the month. Unpaid absence just needs to add up unpaid absence days for the month. The holiday remaining column just needs to subtract the holiday days from the days left column.

    I hope this all makes sense - Any help would be much appreciated.

    Employee absence schedule-help.xlsx

  2. #2
    Forum Contributor
    Join Date
    07-25-2012
    Location
    Winterville, NC
    MS-Off Ver
    Excel 2013
    Posts
    141

    Re: Employee Absence Schedule

    What will you put in a date to signify the difference between full and 1/2 day? F and H or 1 and .5? Or something else?

  3. #3
    Forum Contributor
    Join Date
    07-25-2012
    Location
    Winterville, NC
    MS-Off Ver
    Excel 2013
    Posts
    141

    Re: Employee Absence Schedule

    Nevermind! I see it at the bottom of the February page now!

  4. #4
    Forum Contributor
    Join Date
    07-25-2012
    Location
    Winterville, NC
    MS-Off Ver
    Excel 2013
    Posts
    141

    Re: Employee Absence Schedule

    Here's for the holidays: =COUNTIF(tblFebruary[@[1]:[ ]],"F")*1+COUNTIF(tblFebruary[@[1]:[ ]],"H")*0.5
    Here's for the sick days: =COUNTIF(tblJanuary[@[1]:[31]],"S")
    Here's for the unpaid absences: =COUNTIF(tblJanuary[@[1]:[31]],"U")

    To total it up on the "Total Holidays Page" you'll need to do a SUMIF for each worksheet and add them together. Like this:
    =SUMIF(January!A5:A12,'Total Holiday Days'!A2,January!AG5:AG12)+SUMIF(February!A5:A12,'Total Holiday Days'!A2,February!AG5:AG12)+)+SUMIF(March!A5:A12,'Total Holiday Days'!A2,March!AG5:AG12).... and continue through all your workbooks. I didn't look at every page...but it'll be imporant for the Holiday total to be in the same column on every tab (unless you're going to change reference in each part of the equation.

    Thanks
    Last edited by acroley1; 05-26-2015 at 01:41 PM.

  5. #5
    Forum Contributor
    Join Date
    05-14-2015
    Location
    West Yorkshire
    MS-Off Ver
    10
    Posts
    130

    Re: Employee Absence Schedule

    Brilliant. Thanks for the help! I've got a little further if you're interested, I think the formulas in the over view are something like....

    http://www.excelforum.com/showthread...t=#post4084987

    Thanks again for the help.

  6. #6
    Registered User
    Join Date
    06-03-2015
    Location
    Wales
    MS-Off Ver
    2013
    Posts
    2

    Re: Employee Absence Schedule

    I need to be able to enter 0.5 days into my spreadsheet anywhere in the calendar. Can anyone please help.

  7. #7
    Forum Contributor
    Join Date
    10-07-2011
    Location
    India, Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    212

    Re: Employee Absence Schedule

    @ Sharonwilliams
    Please find below formula: add this is in the cell: AG5
    =COUNTA(tblJanuary[[#This Row],[1]:[31]])-COUNTIF(tblJanuary[[#This Row],[1]:[31]],"H")/2

+ 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. adding data to the employee absence schedule template
    By garythecat in forum Excel General
    Replies: 5
    Last Post: 04-15-2020, 02:46 PM
  2. Excel 2010 employee absence schedule issue
    By ianhaney in forum Excel General
    Replies: 9
    Last Post: 09-28-2015, 10:44 AM
  3. [SOLVED] Employee Absence Schedule Template
    By Jayant in forum Excel General
    Replies: 10
    Last Post: 06-04-2013, 10:18 AM
  4. Check this Employee was off or Absence
    By oxogen in forum Excel General
    Replies: 3
    Last Post: 04-01-2013, 10:39 AM
  5. [SOLVED] Change the Employee Absence schedule template to 2006?
    By dmrein in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-14-2006, 01: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