Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please let me know how to include saturdays in networkdays formula
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Instead of Monday?
=NETWORKDAYS(start_date-1,end_date-1) Including Mondays (i.e. 6 day week) =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Vishnu" wrote in message ... Please let me know how to include saturdays in networkdays formula |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7))
What about those pesky holidays? <g Biff "Bob Phillips" wrote in message ... Instead of Monday? =NETWORKDAYS(start_date-1,end_date-1) Including Mondays (i.e. 6 day week) =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Vishnu" wrote in message ... Please let me know how to include saturdays in networkdays formula |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If he wants them I will show him, but until he asks ...
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "T. Valko" wrote in message ... =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) What about those pesky holidays? <g Biff "Bob Phillips" wrote in message ... Instead of Monday? =NETWORKDAYS(start_date-1,end_date-1) Including Mondays (i.e. 6 day week) =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Vishnu" wrote in message ... Please let me know how to include saturdays in networkdays formula |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Biff,
Does that work? If start date is 1st December 2006 and end date 31st December 2006 result should be 27 but that formula gives me 26. With start date in A1 and end date in B1 I'd use =B1-A1+1-INT((WEEKDAY(A1-1)+B1-A1)/7) "T. Valko" wrote: =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) What about those pesky holidays? <g Biff "Bob Phillips" wrote in message ... Instead of Monday? =NETWORKDAYS(start_date-1,end_date-1) Including Mondays (i.e. 6 day week) =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Vishnu" wrote in message ... Please let me know how to include saturdays in networkdays formula |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry, it must be too late for me!
I should have addressed that query to Bob and I also should have said that for my example I get 27 using Bob's formula when it should be 26....... "daddylonglegs" wrote: Hello Biff, Does that work? If start date is 1st December 2006 and end date 31st December 2006 result should be 27 but that formula gives me 26. With start date in A1 and end date in B1 I'd use =B1-A1+1-INT((WEEKDAY(A1-1)+B1-A1)/7) "T. Valko" wrote: =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) What about those pesky holidays? <g Biff "Bob Phillips" wrote in message ... Instead of Monday? =NETWORKDAYS(start_date-1,end_date-1) Including Mondays (i.e. 6 day week) =SUMPRODUCT(INT((end_date-WEEKDAY(start_date+1-{2;3;4;5;6;7})-start_date+8)/7)) -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Vishnu" wrote in message ... Please let me know how to include saturdays in networkdays formula |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I include a picture in a formula i.e. if cell a26 >90% then s. | Excel Discussion (Misc queries) | |||
Is it possible? | Excel Worksheet Functions | |||
Reusing formula | Excel Discussion (Misc queries) | |||
include INDIRECT function into SUMPRODUCT formula | Excel Worksheet Functions | |||
Workdays (Including Saturdays) Formula | Excel Worksheet Functions |