calculating days of the week

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

Guest

I have a date deposit and date received field. To calculate the number of
days it takes to deposit, I merely calculate Days: [dt deposit]-[dt
received]. However, I need to exclude Sat and Sun from being counted. I can
only count business days. I've tried Iff statements, but can't seem to get
it to work.

Can this be done?
 
Back
Top