Forum Discussion

JeffBrown1's avatar
JeffBrown1
Qrew Trainee
6 years ago

Duration for Workdays

I need to create a report that reflects the number of Work Days early or late for a project. I have a report now that gives me calendar days based upon the Todays function using Start Date and a Completion Date. I've tried to write a formula based upon the WeekdaySub but with no success.

Any help would be appreciate.

------------------------------
Jeff Brown
------------------------------

5 Replies

    • JeffBrown1's avatar
      JeffBrown1
      Qrew Trainee
      Thank you for the quick response and that gave me my first answer. Is there a way I can utilize the WeekdaySub to generate a running number when overdue? Current formula looks like this 

      If([Status] = "Completed", null, ToDays(Today() - [Task Due Date])<=0, null, ToDays(Today() - [Task Due Date]))

      I tried just changing the ToDays to WeekdaySub and that was not the answer.

      ------------------------------
      Jeff Jeff
      ------------------------------