Count Only Weekday in the DateDiff Function

  • Thread starter Thread starter phm
  • Start date Start date
P

phm

Hello,
I have a report where the following function counts the interval of days
between two dates. This is one of the actual formulas being used:

=DateDiff("d",[to_plm],[from_plm])

Now, I need to adjust this syntex so that only the weekdays, workdays, are
counted. Please help!
 
Back
Top