How can I find the number of days between two dates excluding Sat.

B

Buddy M

I am designing a report and need to calculate the number of week days between
two dates. I do not want to include Saturday or Sunday. I am currently
using the DateDiff function but it includes all days. What can I do?
 
Top