Hi there
I have the following formula
IF(L4>I4,DATEDIF(I4,L4,"d"),-DATEDIF(L4,I4,"d"))))
I column is the due date and L column is the completed date
The formula is working to show completed task delivery (positive or negative) against due date
However, I would like to exclude weekends from the result. I am guessing I need to include networkdays somewhere but can't seem to get it to work
Help would be much appreciated!
Thanks so much!
I have the following formula
IF(L4>I4,DATEDIF(I4,L4,"d"),-DATEDIF(L4,I4,"d"))))
I column is the due date and L column is the completed date
The formula is working to show completed task delivery (positive or negative) against due date
However, I would like to exclude weekends from the result. I am guessing I need to include networkdays somewhere but can't seem to get it to work
Help would be much appreciated!
Thanks so much!