+ Reply to Thread
Results 1 to 7 of 7

6 month rolling attendance calendar

  1. #1
    Registered User
    Join Date
    09-23-2013
    Location
    Nashville, Tennessee
    MS-Off Ver
    Excel 2003
    Posts
    3

    6 month rolling attendance calendar

    I am trying to track our employees attendance on a 6 month rolling attendance calendar. I am having a hard time getting the attendance points to roll off after 6 months. I attached a sample of the formula I am trying to use.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    09-22-2013
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: 6 month rolling attendance calendar

    Hi mdobbins,

    I took a look at your spreadsheet. I do not see a formula for 6 month attendance... I am looking in cells N2 and N3. Can you please elaborate some?

    Thank you,
    Mike

  3. #3
    Registered User
    Join Date
    09-23-2013
    Location
    Nashville, Tennessee
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: 6 month rolling attendance calendar

    I apologize, I do not have a formula. I am just starting this process and only have the formula to add up the attendance points. Now I am needing to have something to make them fall off after 6 months.

  4. #4
    Registered User
    Join Date
    09-22-2013
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: 6 month rolling attendance calendar

    Ok, I think I understand. For example, right now John Smith has 2.5 points due to being late, etc. So currently, he has 2.5 points total for the past 6 months (the past 6 months being the 11 days in the spreadsheet). You would like to continue adding these points to the total, but on July 1, it should no longer add points from January 1 and on July 2, it should never add points from January 1 or 2 (so you have a 6 month rolling average of the points). Does that sounds right?

  5. #5
    Registered User
    Join Date
    09-23-2013
    Location
    Nashville, Tennessee
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: 6 month rolling attendance calendar

    That is correct.

  6. #6
    Registered User
    Join Date
    09-22-2013
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: 6 month rolling attendance calendar

    mdobbins,

    I believe you can do this by taking these two steps:

    1) Make a field (say cell "O2") that has today's date minus 183 days by putting this formula in: =TODAY()-183

    2) Then put this formula in N2 to calculate your points for the past 183 days: =SUM((COUNTIFS(B2:L2,"=LT", B1:L1,">"&O2)/2),(COUNTIFS(B2:L2,"=CO", B1:L1,">"&O2)),(COUNTIFS(B2:L2,"=LE", B1:L1,">"&O2)/2))

    This basically uses COUNTIFS (plural), so that in addition to checking that the values are "LT" or "CO" or "LE" before adding points, it also checks that the corresponding date is within the past 183 days.

    As for the 183 days, I don't know of a better way to calculate what is considered the past 6 months.

  7. #7
    Registered User
    Join Date
    09-22-2013
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: 6 month rolling attendance calendar

    If you want to check that formula is working with your current data, you can type over the formula you put in cell "O2" with a date in your list, like 1/7/2010 and see that the points total changes accordingly.

+ 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. Attendance Point System Spreadsheet with Rolling 1-year Points Reversal
    By mfoley9723 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-04-2018, 04:46 PM
  2. Replies: 10
    Last Post: 08-25-2013, 02:29 PM
  3. Comparing attendance occurrences with rolling periods
    By amybrown in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-07-2012, 01:19 AM
  4. Rolling 3 Month Calendar
    By supachoc in forum Excel General
    Replies: 3
    Last Post: 10-18-2010, 04:25 PM
  5. Calendar in attendance sheet
    By onetwo009 in forum Excel General
    Replies: 1
    Last Post: 02-19-2010, 09:03 AM

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