+ Reply to Thread
Results 1 to 6 of 6

Undertime Vs Tardiness Vs Leaves and Present

  1. #1
    Registered User
    Join Date
    10-16-2018
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 2016
    Posts
    7

    Undertime Vs Tardiness Vs Leaves and Present

    Hi!

    Hope you can help me here, I'm trying to create a formula for our attendance tracker.
    Conditions are below;
    If column K (Tardy) has a value, column M (Attendance) will be equal to the time the employee is tardy.
    If column L (Undertime) has a value, column M (Attendance) will be equal to the time the employee is undertime
    If both column K (Tardy) and column L (undertime) have values (digits), column K (Tardy) + column L (undertime)
    then tagging VL, PL, ML, etc will be the else statements

    I'm trying to do the IF(OR statement but having "#VALUE" result.

    Thanks!
    Please see attached for the same template.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Undertime Vs Tardiness Vs Leaves and Present

    Please try at M2 and drag down

    =IF(ISNUMBER(K2)*ISNUMBER(L2),K2+L2,IF(SUM(K2,L2)>0,(SUM(K2,L2)),K2))

  3. #3
    Registered User
    Join Date
    10-16-2018
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 2016
    Posts
    7

    Re: Undertime Vs Tardiness Vs Leaves and Present

    Hi Bo,

    It works!!! Thank you so much!!!
    May I ask what is does * mean in ISNUMBER(VALUE)*ISNUMBER(VALUE) after the first if?
    Does it mean it will multiply the 2 values?

    Thanks!
    Last edited by yveth_13; 10-31-2018 at 01:52 PM.

  4. #4
    Registered User
    Join Date
    10-16-2018
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 2016
    Posts
    7

    Re: Undertime Vs Tardiness Vs Leaves and Present

    Hi Bo,

    It works!!! Thank you so much!!!
    May I ask what is does * mean in ISNUMBER(VALUE)*ISNUMBER(VALUE) after the first if?
    Does it mean it will multiply the 2 values?

    Thanks!

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Undertime Vs Tardiness Vs Leaves and Present

    Similar to And
    ISNUMBER() return True, False

    True*True = 1*1 = 1 False*True = 0*1 = 0

  6. #6
    Registered User
    Join Date
    10-16-2018
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 2016
    Posts
    7

    Re: Undertime Vs Tardiness Vs Leaves and Present

    Thank you so much for all the help!!

+ 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. [SOLVED] compute for tardiness and undertime using different official time
    By nors in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-05-2018, 06:53 PM
  2. Replies: 1
    Last Post: 04-18-2017, 10:19 PM
  3. [SOLVED] how to compute OT and undertime
    By concepcion.jensen in forum Excel General
    Replies: 12
    Last Post: 01-25-2017, 09:01 AM
  4. [SOLVED] Getting Late and Undertime Hours
    By princess_jay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-26-2015, 01:48 PM
  5. Replies: 1
    Last Post: 07-31-2014, 01:43 AM
  6. Designing a Tardiness report
    By Jsteelester in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-24-2014, 12:46 PM
  7. Employee Tardiness Clock Time >5 Mins
    By edwyer247 in forum Excel General
    Replies: 1
    Last Post: 06-02-2012, 12:37 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