Thread
:
Is there a WorkDay() type function that count all days except tho.
View Single Post
#
5
Ron Rosenfeld
Posts: n/a
On Fri, 11 Feb 2005 11:27:02 -0800, "Dark Skunk" <Dark
wrote:
I'm familiar with the WorkDay() function and its almost exactly what I need.
My problem is that I'm planning some dates for a company that works on
weekends. As far as I can tell there is no way to include these dates. I
can take dates out but not put them in. Do you know of a function? Do you
know if I can copy the code for that and update it (not that I'm quite that
good but I could give it a shot). Mike
If the company works on weekends, does that mean they work seven days a week?
If so, then just add the number of days to the base date.
So if the Workday formula is =WORKDAY(base_date,30)
you would use just =base_date + 30
--ron
Reply With Quote