+ Reply to Thread
Results 1 to 3 of 3

Trying to remove weekend days from calculation

  1. #1
    Registered User
    Join Date
    03-25-2013
    Location
    Reading, England
    MS-Off Ver
    Excel 2010
    Posts
    81

    Smile Trying to remove weekend days from calculation

    I need help with the following please.

    I've got a report where we do 24 hour call back to customers but it's failing callback we've received late on a Friday and we don't return to the office until Monday morning. The report includes the Saturday and Sunday.

    So my first cell has:

    06/02/2016 11:36:00

    With are taking the following from the above:

    08/02/2016 10:28:00

    And getting the following:

    46:52:00

    I need to try and remove the Saturday and Sunday from the calculation, I thought workday might do this but I'm getting confused with playing around with it.

    All help greatly appreciated.

    TY

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Trying to remove weekend days from calculation

    Have a look at =NETWORKDAYS(). It might help you out here.

    BSB

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,913

    Re: Trying to remove weekend days from calculation

    A1 : Start_date
    B1: End_date
    Try: =MAX(0,NETWORKDAYS(A1,B1)-1-MOD(A1,1)*(WEEKDAY(A1,2)<6)+MOD(B1,1)*(WEEKDAY(B1,2)<6))

+ 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. Add Days, if weekend, subtract 1 or 2 days
    By ker9 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-03-2015, 02:33 PM
  2. [SOLVED] x for weekend days
    By andrugrasu in forum Excel General
    Replies: 13
    Last Post: 04-27-2014, 03:28 PM
  3. Replies: 8
    Last Post: 03-09-2012, 10:10 AM
  4. weekend days calculation
    By john55 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-22-2011, 01:07 PM
  5. Remove weekend from calculation
    By antony moseley in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-24-2009, 09:17 AM
  6. Formula to Remove Weekend Days
    By Tom in forum Excel General
    Replies: 1
    Last Post: 05-24-2006, 11:35 AM
  7. Weekend days other than Sat Sun
    By rkk in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 01-24-2005, 11:06 PM

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