No.f days between dates, no w/e and Fridays

R

Ricoy-Chicago

In have been using this formula to find the number of days between two dates,
not including weekends.
txtNoOfDays = DateDiff("d", Date2, Date1) - (DateDiff("ww", Date2, Date1, 7)
+ DateDiff("ww", Date2, Date1, 1)) + 1

It works great, but now I need help with one that does not include Fridays.
I need only the number of days in a month from Mon - Thurs.

Thanks for your 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

Top