Counting Days excluding weekends

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

Guest

Hello All

Before you say check the user groups, my question is a bit different.

I have two fields on my database form.

1. Days In Status
2. Date Of Status

The Days in Status field is populated (I.E Count of days) by using the
following calc:-

=Date()-[DateOfStatus]

This works fine, but includes weekends in its calculation. I currently use a
Workdays calc & code to exclude week ends form tow date ranges (this works
fine) however when I apply the principle to above code, all I see in the
field is #Name not a calculated number

I have tried the following:- workdays(Date(),[DateOfStatus]) I have even
tried to reverse the code like workdays([DateofStatus],Date()) but I still
get the same problem

Can anyone assist here???

Thanks
 

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