+ Reply to Thread
Results 1 to 2 of 2

Excel spreadsheet to calculate sickness absence in 12 month rolling period

  1. #1
    Registered User
    Join Date
    03-04-2015
    Location
    UK
    MS-Off Ver
    2013
    Posts
    11

    Excel spreadsheet to calculate sickness absence in 12 month rolling period

    Hi

    I am looking for help to create a spreadsheet that keeps a record of employees sickness absence over a rolling 12 month period and formula that will highlight when they go over 20 days in a rolling year YTD.

    At the moment I have a spreadsheet that has around 100 employees (listed Vertically) and a cell for each date (horizontally) which keeps ongoing. On a day they are absent a "1" is put in to the cell for that day against that employee.

    What I would like is a simple cell formula that will trigger (change cell colour, etc) when the employee reaches 20 days absence in a rolling 12 month period.

    Many thanks in advance.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,434

    Re: Excel spreadsheet to calculate sickness absence in 12 month rolling period

    So what you will need to do is use a combination of SUMIFS, TODAY() and EDATE.

    Something like this:

    =SUMIFS(sum_range,date_range,"<="&TODAY(),date_range,">"&EDATE(TODAY(),-12))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Sickness Absence by Month
    By JoeMac89 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 03-02-2017, 05:04 PM
  2. Excel Spreadsheet to calculate hours worked over 17 week rolling period
    By LynnS01 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-21-2015, 04:22 PM
  3. Replies: 9
    Last Post: 09-22-2015, 08:47 AM
  4. Calculating Total Sickness in a rolling 12 month Period
    By china in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-08-2015, 08:04 AM
  5. Replies: 10
    Last Post: 01-09-2014, 07:04 PM
  6. Rolling 12 month formula for calculating absence
    By keileyoneill in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-03-2014, 09:52 PM
  7. Calculate absence in a period
    By jsmity in forum Excel General
    Replies: 4
    Last Post: 09-07-2011, 05:11 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