+ Reply to Thread
Results 1 to 8 of 8

Need help with Dates - Workday Function

  1. #1
    Registered User
    Join Date
    10-01-2015
    Location
    Lagos
    MS-Off Ver
    2010
    Posts
    6

    Need help with Dates - Workday Function

    Literally, I need someone to save me here. Every month I have to do a performance report using excel and working with dates is really killing me.

    This is the problem.

    Working hours is 8am-5pm (weekdays only) and I have several Turn Around Times for different activities. I need to do two things. Add TAT to Logged Date to give me Expected Resolution date. Problem is when I use Workday function it returns the correct date but the time is always 0:00 . Which implies if a service request is expected to be resolved at 9am on that day, it would be considered to have breached TAT.

    I think in summary, I just need my workday function to also return results with the correct time, not just day. See sample table 7

    Logged Date = Date service request was logged
    Solved on = Date service request was solved
    Expected Breached date = (Logged on Date + Given TAT)
    SLA MET = IF(Solved on > Expected Breached Date, "NO","YES")
    SLA MET = is in hours (27 hours is 3 working days)

    Please, see attachment for sample data
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Need help with Dates - Workday Function

    Hi there. the formula needed to do this is a bit of amonster, so I have not included it here. You'll find it in the attached sheet. Do you need to take national holidays into account??
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    10-01-2015
    Location
    Lagos
    MS-Off Ver
    2010
    Posts
    6

    Re: Need help with Dates - Workday Function

    Thank you Glenn.

    Like you said, it is one massive formula. Trying to understand the thought behind it now. However, I think you worked on getting the time taken between start time and end time, what I really need is the END Time.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Need help with Dates - Workday Function

    Doesn't it get you to the same result, though. I calculated the number of working hours between the logged date and the solved date and compared that to the TAT and arrived at a Yes/No answer. How is that different? Confused...

  5. #5
    Registered User
    Join Date
    10-01-2015
    Location
    Lagos
    MS-Off Ver
    2010
    Posts
    6

    Re: Need help with Dates - Workday Function

    To be honest, you just explained it now. I now understand and it works great. Thank you very much.

    However, for openness and clarity to the people I am appraising, especially for service requests that have breached I like to let them know the last possible minute to solve a service request which is the Expected Breached Date.

    Still, thank you very much.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Need help with Dates - Workday Function

    ... in which case... this in C2 (not a monster!!):

    =WORKDAY(A2,3)+MOD(A2,1)

  7. #7
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Need help with Dates - Workday Function

    If you are just wanting the time past due this will do it formatted as [h]:mm:ss
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  8. #8
    Registered User
    Join Date
    10-01-2015
    Location
    Lagos
    MS-Off Ver
    2010
    Posts
    6

    Re: Need help with Dates - Workday Function

    and it worked. Thank you very much. I am very grateful.

    You have no idea how much time you have saved me on a monthly basis

+ 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] Macro to highlight rows based on workday dates
    By Wedge120 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-25-2014, 03:39 PM
  2. Excel: Dates: WORKDAY() Function issue
    By PAUL41EXCEL in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-27-2014, 07:58 AM
  3. [SOLVED] Create workday dates in groups
    By jomili in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 04-19-2013, 09:12 AM
  4. Workday.INTL or Workday function issue
    By junoon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2013, 03:14 PM
  5. [SOLVED] How can I add a workday to a range of dates? vba
    By Ariadust in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-21-2012, 10:04 AM
  6. Workday and Vlookup to select a range of holiday dates
    By vadius in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-29-2011, 10:28 AM
  7. Workday Formula-Notice dates and Expiry dates
    By lamjoey in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 07-24-2011, 06:52 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