+ Reply to Thread
Results 1 to 5 of 5

How to calculate incident SLA expiration

Hybrid View

  1. #1
    Registered User
    Join Date
    03-19-2012
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    21

    How to calculate incident SLA expiration

    Hi,

    I work on a helpdesk and need to calculate when an incident SLA is due to expire, relative to the hours of contracted service. We provide service 0700 to 2300hrs 7 days a week, and are required to fix a fault within 85 minutes, I can add 85 minutes to an incident start time when the start time is well within the hours of service, however, am coming unstuck if the incident is created at say, 2230hrs. How do I calculate 30mins up to 2300hrs and then another apply the remaining 55 minutes from 0700hrs to show the SLA expires at 0755hrs?

    Thanks for your help

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: How to calculate incident SLA expiration

    Applying simple logic, if the start time is after 21:35 (85 minutes before 23:00) then add 8 hours (difference between 23:00 and 07:00) to the 85 minutes allowed.

    In terms of an excel formula, with start time in A1

    =IF(A1>(--"21:35"),A1+"09:25",A1+"01:25")

  3. #3
    Registered User
    Join Date
    03-19-2012
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: How to calculate incident SLA expiration

    Thanks Jason,

    How would you set up the formula for start times prior to 21:35? We have 100's of incidents that can have a date with a start time between 0700 and 2300hrs so looking for a formula I can apply to every row etc.

    Thanks,

  4. #4
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: How to calculate incident SLA expiration

    The sample formula takes care of that, the end part, A1+"01:25" adds 85 minutes to times not later than 21:35.

    The only thing that I didn't allow for, was a start time between 23:00 and 07:00, i.e. starting out of hours. I assumed not necessary based on the information in your post, but it can be allowed for if needed.

  5. #5
    Registered User
    Join Date
    03-19-2012
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: How to calculate incident SLA expiration

    Brilliant, thank you!

    No, there would be no start times between 2300 and 0700hrs so will work well

    Cheers

+ 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)Looking for solution to calculate date expiration
    By Heather T in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-27-2015, 02:20 PM
  2. Incident Resolution SLA Calculations
    By munkey_38 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-01-2014, 03:45 AM
  3. Replies: 3
    Last Post: 02-26-2014, 09:26 PM
  4. Template for Incident Management
    By Abeniston in forum Excel General
    Replies: 2
    Last Post: 06-24-2013, 06:01 PM
  5. [SOLVED] Find the first and last incident of data in a row
    By CRIMEDOG in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-19-2013, 01:54 PM
  6. [SOLVED] A Formula to calculate expiration today +90 days out
    By JennK in forum Excel General
    Replies: 2
    Last Post: 03-30-2012, 06:03 PM
  7. Formula for finding last incident?
    By AnthonyMoody in forum Excel General
    Replies: 6
    Last Post: 10-29-2011, 11:24 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