+ Reply to Thread
Results 1 to 8 of 8

Attendance points tracker for rolling year.

  1. #1
    Registered User
    Join Date
    10-07-2019
    Location
    Phoenix, Arizona
    MS-Off Ver
    2007
    Posts
    3

    Exclamation Attendance points tracker for rolling year.

    Hello first time posting here!
    Im currently tasked with creating an attendance sheet that will track an employees accumulated points. I need this sheet to go on for as long as they work for the company so for the life of the career here. This also means this will be for a single employee. What I have currently done is Cell A13 has a date of an occurrence ( 10/5/19 ), Cell C13 has a reason code for the occurrence ( T ). Cell E13 has the points from said occurrence auto filled with this code. =IF(C13= "T",0.5,IF(C13= "A",1,IF(C13= "N",2,IF(C13= "S",0,IF(C13= "E",1,IF(C13= "B",0.5,0))))))

    That way I can just add T in for Tardy and it adds .5 in E13. What im trying to do now is have F13 take the entered date in A13 and after 365 days a rolling year has passed take the points accumulated in E13 and make it read as 0 or erase the points all together. Other words show the points for the occurrence active until the 365 days the rolling year has passed. That way when I have H13 count all the points per rolling year I know in a flash how many points total they currently have every time I look at the spread sheet.

    Any help on this would be GLADLY accepted as I have been pulling my hair out trying to make this work.

  2. #2
    Forum Contributor
    Join Date
    10-13-2015
    Location
    Culloden, West Virginia
    MS-Off Ver
    2010
    Posts
    168

    Re: Attendance points tracker for rolling year.

    to summarize...

    You're looking to have a never ending sheet that always looks backwards 365 days to show the amount of current points accumulated due to occurrences?

    It's helpful if you post an example workbook of what you have so we don't try to recreate what you've already done.

    The only time you input something in this sheet is when they have an occurrence?

  3. #3
    Registered User
    Join Date
    10-07-2019
    Location
    Phoenix, Arizona
    MS-Off Ver
    2007
    Posts
    3
    That is correct, no occurance no need to do anything. All the code i have is what i have added above.
    Last edited by AliGW; 10-08-2019 at 01:22 AM. Reason: Please don't quote unnecessarily!

  4. #4
    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,893

    Re: Attendance points tracker for rolling year.

    Will you please attach a small sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment (it hasn't worked for years, and despite our repeatedly asking the technical team who own the forum to fix it, they can't be bothered to do so), so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    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.

  5. #5
    Forum Contributor
    Join Date
    10-13-2015
    Location
    Culloden, West Virginia
    MS-Off Ver
    2010
    Posts
    168

    Re: Attendance points tracker for rolling year.

    Try this in E13...

    =IF(TODAY()-A13>365,"",IF(C13= "T",0.5,IF(C13= "A",1,IF(C13= "N",2,IF(C13= "S",0,IF(C13= "E",1,IF(C13= "B",0.5,0)))))))

    this will only populate points if its been within the last 365 days. So as the days go along, when an occurrence becomes older than 365 days, those points will disappear.

    I'd just make a cell at the top that sums column E:E so you always have the total of active points at the top.

  6. #6
    Registered User
    Join Date
    10-07-2019
    Location
    Phoenix, Arizona
    MS-Off Ver
    2007
    Posts
    3

    Re: Attendance points tracker for rolling year.

    jme1013 Thank you, this is just what I was looking to do.

  7. #7
    Forum Contributor
    Join Date
    10-13-2015
    Location
    Culloden, West Virginia
    MS-Off Ver
    2010
    Posts
    168

    Re: Attendance points tracker for rolling year.

    Perfect, Glad to hear it!

  8. #8
    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,893

    Re: Attendance points tracker for rolling year.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Track attendance points for a rolling year
    By MN_REV-800 in forum Excel General
    Replies: 17
    Last Post: 02-20-2019, 11:17 PM
  2. 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
  3. Occurrence Points Attendance Tracker - rolling year
    By nicnaq in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-17-2017, 01:47 PM
  4. 90 Day Rolling Attendance Tracker
    By mbandw in forum Excel General
    Replies: 21
    Last Post: 07-26-2016, 03:39 PM
  5. Rolling 365 attendance tracker
    By LotusLL in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-16-2015, 05:33 PM
  6. Replies: 1
    Last Post: 10-24-2014, 09:57 PM
  7. [SOLVED] 90 rolling attendance tracker
    By Fuhgawz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-21-2013, 02:49 AM

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