Count excluding weekends

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following expression that count how many days the files are
late.... What I would like the expression to do is to count only days that
fall during the weekday and not count the days that fall during the weekend.

dateOld: IIf(([Inqury]!DateFollowup)<Date()," OVERDUE BY " &
Date()-[Inquiry]!dateFollowup & " DAYS ","")

Please help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top