Hi!
Myrna Larson posted this solution back in June last year:
If you need to include holidays, as you can do with NETWORKDAYS,
=NETWORKDAYS(A1+1,A2+1,HolidayRange)
This just "tricks" Excel into thinking that a Friday is really a
Saturday, a Saturday is a
Sunday, and a Sunday is a Monday, so it excludes Fridays and Saturdays
from the count, but not
Sundays.
However, it won't exclude Sundays if they are Public Holidays. If that
is an issue then I think the following works OK as long as you don't
include and Fridays in your list of Public Holidays
=NETWORKDAYS(A1+1,A2+1,HolidayRange)-SUMPRODUCT(--(HolidayRange>=A1),--(HolidayRange<=A2),--(WEEKDAY(HolidayRange)=7))
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
It is imperative that the patches provided by Microsoft in its April
Security Release be applied to Systems as soon as possible. It is
believed that the likelihood of a worm being released SOON that
exploits one of the vulnerabilities addressed by these patches is VERY
HIGH.
See:
http://www.microsoft.com/security/protect/