+ Reply to Thread
Results 1 to 3 of 3

Calculate number of days excluding holidays and weekends

  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    Glasgow
    MS-Off Ver
    Excel 2007
    Posts
    77

    Calculate number of days excluding holidays and weekends

    Hi,

    I have two dates - order start date & shipment date.

    I want to work out the number of days i have these products in house. however, i want to exclude weekends, holidays and time on hold. I have the date on hold in a column.

    Can anyone advise a formula that I can use for this, I want the answer to return the number of days I've had it in house, example below.

    order start on hold ship date

    Mon 01/04/12 Wed 03/04/12 05/04/12


    Time in house = (ship date - order start) - on hold
    4 days = (05/04/12 - 01/04/12) - 03/04/12

    Thanks

    David

  2. #2
    Forum Expert Jakobshavn's Avatar
    Join Date
    08-17-2012
    Location
    Lakehurst, NJ, USA
    MS-Off Ver
    Excel 2007
    Posts
    1,970

    Re: Calculate number of days excluding holidays and weekends

    See
    Networkdays
    in Excel Help
    Gary's Student

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Calculate number of days excluding holidays and weekends

    Use

    =NETWORKDAYS(A1,B1,C1:C10)

    A1 is start date
    B1 is shipments date
    C1:C10 is list of holidays and time on hold
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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