+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Calculating Networkdays

  1. #1
    Registered User
    Join Date
    07-08-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    2

    Calculating Networkdays

    Help....I need to calculate the days between a agreed due date and received date but am having problems where the recieved date is before the due date. Here is the formular I have been using =IF(D4>C4,NETWORKDAYS(C4,D4)-1,(D4-C4))

    Examples: Cell C4 (due date) is 01/07/2010 and cell D4 (received date) is 08/07/2010 the result is 5

    but if

    Cell C4 (due date) is 08/07/2010 and cell D4 (received date) is 01/07/2010 the result is -7.

    Thanks in advance for your help.
    Last edited by Danno_74; 07-08-2010 at 07:44 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Calculating Networkdays

    perhaps you want:

    =SIGN(D4-C4)*(NETWORKDAYS(MIN(C4:D4),MAX(C4:D4))-1)

  3. #3
    Registered User
    Join Date
    07-08-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Calculating Networkdays

    That is great, thanks so much.

+ 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