+ Reply to Thread
Results 1 to 5 of 5

Attendance Tracker Modification

  1. #1
    Registered User
    Join Date
    02-14-2019
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    4

    Lightbulb Attendance Tracker Modification

    Hi All

    I am using a preloaded excel template for tracking employee attendance. I'm trying to modify it by adding additional code such as
    P - Present
    A - Absent
    L - Late

    What I want is that it will only count the following status tag as leave:
    Sick Leave S
    Vacation V
    Maternity Leave M
    Paternity Leave F
    Comp OFF C
    Half Day Leave 1 H1

    And it will count separately the Present, Absent and Late separately in a monthly basis only (see picture below)
    Excel Demo.png
    Attached Files Attached Files
    Last edited by spyrockz; 02-14-2019 at 11:28 AM. Reason: Forgot to attached file

  2. #2
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: Attenance Tracker Modification

    Can you attached your file, please? It has not been filled with any 'sensitive' data.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  3. #3
    Registered User
    Join Date
    02-14-2019
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    4

    Re: Attenance Tracker Modification

    Hi, file already attached :-)

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Attendance Tracker Modification

    Hello and welcome to the forum.

    Personally I think this approach breaches my cardinal rule of not mixing up the two elements of data capture and final reporting. The two require quite different treatments. It's a very nicely presented calendar, and for some simple applications this approach it will no doubt work well.

    For any serious analysis you should always capture data in a simple two dimensional table and worry about reporting information from it afterwards. Without exception doing this you will always be able to easily obtain management information. Rarely is this the case if you start the other way round.
    You will also throw open the whole wonderful world of the powerful Pivot table functionality.

    So before you get too far with this I'd create a single sheet database that contains the following columns. I'd also consider treating a Presence as the default position so that you don't need to record anything.

    Date
    Employee *
    Status Code *

    The * values could be Validation drop down cells from which you could pick values. The way I normally arrange these things is to have a single data entry row above the database in which the new values are entered, then a button which runs a macro that adds the new record to the database. Or if you don't want to automate this aspect just add new records manually and directly in the table as they occur.

    Once this is in place then a Pivot Table will allow you to report anything you want, and if you want a more prettified report you'll be able to us straightforward functions like =COUNTIFS()
    Last edited by Richard Buttrey; 02-14-2019 at 01:20 PM.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  5. #5
    Registered User
    Join Date
    02-14-2019
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    4

    Re: Attendance Tracker Modification

    Thank you for your insight, very much appreciated.

+ 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. Modification to msg box in excel vba
    By BORUCH in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-23-2017, 08:23 PM
  2. Help build a Leave tracker and Effort Time Estimation Tracker
    By cherias in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-29-2015, 02:10 PM
  3. System idle time tracker / Break Tracker
    By reetika05 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-10-2014, 07:26 AM
  4. Macro Modification
    By johncena in forum Excel General
    Replies: 0
    Last Post: 02-17-2010, 10:40 AM
  5. Macro Modification
    By johncena in forum Excel General
    Replies: 1
    Last Post: 02-16-2010, 01:10 AM
  6. time tracker-a running tracker date wise
    By arnab0711 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-18-2008, 03:08 PM
  7. [SOLVED] last modification
    By Chip Smith in forum Excel General
    Replies: 1
    Last Post: 06-19-2006, 07:00 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