Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default how to include saturdays in networkdays formula

Please let me know how to include saturdays in networkdays formula
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default how to include saturdays in networkdays formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default how to include saturdays in networkdays formula

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default how to include saturdays in networkdays formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 174
Default how to include saturdays in networkdays formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 174
Default how to include saturdays in networkdays formula

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I include a picture in a formula i.e. if cell a26 >90% then s. PACF Excel Discussion (Misc queries) 24 December 6th 07 10:29 PM
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
include INDIRECT function into SUMPRODUCT formula markx Excel Worksheet Functions 1 November 9th 05 05:04 PM
Workdays (Including Saturdays) Formula Biff Excel Worksheet Functions 1 February 3rd 05 11:26 PM


All times are GMT +1. The time now is 01:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"