Results 1 to 19 of 19

How to calculate SLA (weekends included)

Threaded View

  1. #19
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,944

    Re: How to calculate SLA (weekends included)

    This proposal employs eleven helper columns (D:N) which may be moved and/or hidden for aesthetic purposes.
    Column D is populated using:
    Formula: copy to clipboard
    =MIN(INDEX(L$5:L$11,MATCH(A24,K$5:K$11,0)),IF(WEEKDAY(B24,2)<=5,I$5,I$6)-MOD(B24,1))

    Columns E:N are populated using:
    Formula: copy to clipboard
    =IF(OR(SUM($D24:D24)=INDEX($L$5:$L$11,MATCH($A24,$K$5:$K$11,0)),ISNUMBER(MATCH(INT(SUM($B24,COLUMNS($A21:A21))),$H$13:$H$16,0))),0,MIN(INDEX($L$5:$L$11,MATCH($A24,$K$5:$K$11,0))-SUM($D24:D24),IF(WEEKDAY(SUM($B24,COLUMNS($A24:A24)),2)<=5,$I$5,$I$6)-SUM($D24:D24),IF(WEEKDAY(SUM($B24,COLUMNS($A24:A24)),2)<=5,$I$5-$H$5,$I$6-$H$6)))

    The SLA Due column is populated using:
    Formula: copy to clipboard
    =SUM(SUM(INT(B24),AGGREGATE(14,6,D$23:N$23/(D24:N24>0),1)),IF(WEEKDAY(SUM(INT(B24),AGGREGATE(14,6,D$23:N$23/(D24:N24>0),1)),2)<=5,H$5,H$6),INDEX(D24:N24,AGGREGATE(14,6,(COLUMN(D24:N24)-COLUMN(C24))/(D24:N24>0),1)))

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Need to calculate 10 weekends every year.
    By eeps24 in forum Excel General
    Replies: 8
    Last Post: 09-14-2018, 09:02 AM
  2. calculate dates excluding weekends
    By Axmed.cm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-04-2017, 11:10 AM
  3. need to calculate max excluding the weekends
    By freak11 in forum Excel General
    Replies: 2
    Last Post: 08-23-2014, 03:30 PM
  4. Replies: 14
    Last Post: 05-28-2013, 02:06 PM
  5. Help: Determining TAT based on business hours... weekends included
    By dagbruinsfan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-07-2013, 10:34 AM
  6. Replies: 0
    Last Post: 12-14-2011, 09:29 AM
  7. how do I calculate rent over time with interest increase included
    By MarcApril in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-30-2006, 08:55 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