Look for =workday() in Excel's help.
(Also part of the analysis toolpak)
Dave,
It sounds as though you may need to calculate workdays in each month. The
excel function is =eomonth(start_date,no of months to calculate days on).
For example eomonth(1/2/7,0) returns 1/31/7. So in your formula you would
have =networkdays(1/2/7,eomonth(1/2/7,0)) would return 22 days.
Substituting a 1-12 in the last parameter for eomonth would count the days
in all months through the number of months past january.
This isn't the final answer you are looking for but you could experiment
with it.
the eomonth function is in the analysis pak.
> Look for =workday() in Excel's help.
> (Also part of the analysis toolpak)
[quoted text clipped - 17 lines]
>>
>> Thanks!!
Dave Peterson - 09 Jan 2007 12:40 GMT
First, it wasn't me who asked the question.
Second, it sounds more like an =workday() question (well, to me anyway).
> Dave,
>
[quoted text clipped - 34 lines]
> >
> > Dave Peterson

Signature
Dave Peterson