+ Reply to Thread
Results 1 to 2 of 2

Calculating days and dates

Hybrid View

  1. #1
    Registered User
    Join Date
    08-15-2005
    Posts
    8

    Calculating days and dates

    I need to calculate the number of working days (ie Monday to Friday) from the date entered in cell D4 (22/07/2005). This needs to update each day in cell E4.

    I can do this not based on working days, by entering

    =DATEDIF(D4,TODAY(),"d")

    but where in the formula do I reference it to working days or network days? HELP!

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    You can use the NETWORKDAYS function to do what you ask.

    =NETWORKDAYS(D4,TODAY(),E4:E10)

    where D4 is the start date and E4:E10 is a list of holidays (entered in valid date format) to exclude from your count (optional, omit or adjust the range to meet your needs).

    In your example, 17 is returned with TODAY() being 15Aug2005 and no holidays counted in this timeframe. Note that it counts the first day in the range as day 1 and the last day listed is also counted.)

    I believe you need to have the Analysis Tool Pack Add-In installed to have the function available. Click Tools>Add-ins and place a check by this item and click OK.

    HTH

    Bruce
    Bruce
    The older I get, the better I used to be.
    USA

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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