C
CJ
I am trying to work out the number of working days between two dates.
I am using the DateDiff function, but this appears to count weekends.
Giving me fault results.
Thurs 12th to Tue 17th, should return 3, but returns 5.
Is there an interval for this, or should I use a different function.
I know in Excel its NETWORKDAYS.
Thanks
I am using the DateDiff function, but this appears to count weekends.
Giving me fault results.
Thurs 12th to Tue 17th, should return 3, but returns 5.
Is there an interval for this, or should I use a different function.
I know in Excel its NETWORKDAYS.
Thanks