+ Reply to Thread
Results 1 to 4 of 4

Calculation of late entries of employees

  1. #1
    Registered User
    Join Date
    03-08-2014
    Location
    Kolkata
    MS-Off Ver
    Excel 2016
    Posts
    18

    Calculation of late entries of employees

    I have a worksheet where scheduled In-Time & Out-Time for employees are alloted. In another sheet there are the actual In-Time of the employees taken from a biometric instrument.
    Is there any way to calculate the late entries for the employees.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Calculation of late entries of employees

    What would some expected answers look like?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-08-2014
    Location
    Kolkata
    MS-Off Ver
    Excel 2016
    Posts
    18

    Re: Calculation of late entries of employees

    It will be the time-difference between scheduled In-Time (given in the master sheet) and actual In-Time (recorded in the In sheet). As there are some employees who has multiple shifts in a month, that makes the situation complicated.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,532

    Re: Calculation of late entries of employees

    This proposed solution employs three helper columns (D:F) on the 'Late' sheet. The helper columns, which display the starting shift times for each employee, are populated using: =IFERROR(VALUE(LEFT(Settings!D5,5)),"")
    The formula that populates the range G5:AH29 on the 'Late' sheet is:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The formula is set up to find the shift time that is closest to the actual sign in time and calculate the length of tardiness, if any, using that shift's start time. This appears to work, see the first employee 17 for the 1st and 2nd of Feb, however I encourage you to check rigorously.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Replies: 7
    Last Post: 12-08-2015, 06:16 AM
  2. employees production and productivity calculation
    By Giri.hb in forum Excel General
    Replies: 4
    Last Post: 06-29-2014, 10:04 AM
  3. late comming and ealy going calculation
    By anjana arora in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-07-2014, 01:43 PM
  4. Late payment penalties (Calculation)
    By tric_maq in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-08-2013, 02:30 PM
  5. Late or On Time Calculation
    By concretetsunami in forum Excel General
    Replies: 7
    Last Post: 03-24-2008, 04:26 PM
  6. [SOLVED] Re: EXCEL PROBLEM - Holiday Calculation for Employees
    By Barb Reinhardt in forum Excel General
    Replies: 2
    Last Post: 02-19-2005, 11:06 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