+ Reply to Thread
Results 1 to 2 of 2

Counting Date Changes

  1. #1
    Annabelle
    Guest

    Counting Date Changes

    I'm using this formula to calculate schedule changes by workday. In
    this example, the difference between the original date of 8/18 and the
    latest move date of 9/10 is 17 workdays.

    What I now need to do is NOT populate Col T until I have a date in Col
    R, but having difficulty adding this additional criterion. Can you
    assist?



    =IF(L7="","",NETWORKDAYS(L7,IF(COUNT(M7:P7),MAX(M7:P7),Q7)))

    Col L Orig 08/18/05
    Col M Move1 08/22/05
    Col N Move2 08/30/05
    Col O Move3 09/10/05
    Col P Move4
    Col Q Target 08/18/05
    Col R Arrive
    Col S (blank)
    Col T Accuracy 17


  2. #2
    Registered User
    Join Date
    02-11-2005
    Posts
    85
    =IF(AND(L7<>"",R7<>""),NETWORKDAYS(L7,IF(COUNT(M7:P7),MAX(M7:P7),Q7)),"")

    This should do what you want.

    Good Luck.

+ 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