+ Reply to Thread
Results 1 to 4 of 4

Workdays formula

  1. #1
    Registered User
    Join Date
    03-27-2020
    Location
    World
    MS-Off Ver
    365
    Posts
    3

    Workdays formula

    Hi all,

    I'm having some trouble to find a way to get this working.

    Objective: Determinate if a message received is IN or OUT SLA.
    Observations: Messages are only answered on workdays. Weekends can't count for SLA.
    Difficulty: Remove the "-1" form the automatic formula if the message is received during weekend.


    Currently I have this formula configured to define an SLA of 1 day, considering "Start Date" and "End Date":

    =NETWORKDAYS(F5;L5)-1

    It's working correctly for week days, if I receive a message on Monday, I have until Tuesday to reply.


    Thanks!

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: Workdays formula

    without knowing more in terms of nuances etc, perhaps:

    =NETWORDAYS(F5;L5)-(WEEKDAY(F5;2)<6)

  3. #3
    Registered User
    Join Date
    03-27-2020
    Location
    World
    MS-Off Ver
    365
    Posts
    3
    Quote Originally Posted by XLent View Post
    without knowing more in terms of nuances etc, perhaps:

    =NETWORDAYS(F5;L5)-(WEEKDAY(F5;2)<6)
    Working! Thanks a lot XLent!

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Workdays formula

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Formula - with Workdays included
    By RO24 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-10-2019, 11:34 AM
  2. [SOLVED] Need help with formula to calculate workdays
    By kterziyski in forum Excel General
    Replies: 7
    Last Post: 10-24-2017, 02:19 PM
  3. [SOLVED] Formula to Calculate Workdays Elapsed
    By kschmit1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-03-2017, 01:53 PM
  4. [SOLVED] Date formula which only counts Workdays
    By McCaughley7 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-03-2016, 09:19 AM
  5. [SOLVED] Monthly workdays, monthly workdays to date & public holidays
    By blackburnsexcel in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-21-2015, 07:08 AM
  6. [SOLVED] Workdays Function/Formula Help
    By anh03 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-19-2015, 12:37 AM
  7. Workdays Formula
    By Vivienne in forum Excel General
    Replies: 4
    Last Post: 10-20-2010, 11:55 AM

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