Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Networkdays works fine to capture a five day week. Our Academy is on a Monday
thru Saturday schedule. I need a way to calculate the number of workdays in a six day week that will exclude all Sundays. I also need to be able to use the exclude portion of the function to exclude holidays. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7))-
SUMPRODUCT(ISNUMBER(MATCH(WEEKDAY(holidays),{2;3;4 ;5;6;7},0))*(holidays=start_date)*(holidays<=end_ date)) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "CBP Bob" <CBP wrote in message ... Networkdays works fine to capture a five day week. Our Academy is on a Monday thru Saturday schedule. I need a way to calculate the number of workdays in a six day week that will exclude all Sundays. I also need to be able to use the exclude portion of the function to exclude holidays. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How t count by week whatever is with in the week (two criteria, ma | Excel Discussion (Misc queries) | |||
group sales by week and week number | Excel Discussion (Misc queries) | |||
Tie a Calendar week to a Scoped Projected Week | Excel Worksheet Functions | |||
How do I set up a week by week skill training schedule in excel? | Excel Discussion (Misc queries) | |||
I need week number in excell from a date, first week must be mini. | Excel Discussion (Misc queries) |