#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 6 day work week

how do you calc a 6 day work week
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 287
Default 6 day work week

More clarification required, do you want to calculate working days between
two dates based on a 6 day work week, or project a future date based on
number of working days added, or something else? Do you want to take holidays
into account?

"tkirchoff10" wrote:

how do you calc a 6 day work week

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default 6 day work week

Thanks ..Both
1.calculate working days between
two dates based on a 6 day work week,


2. project a future date based on
a 6 working daysfor your help.


Thanks for your help
"daddylonglegs" wrote:

More clarification required, do you want to calculate working days between
two dates based on a 6 day work week, or project a future date based on
number of working days added, or something else? Do you want to take holidays
into account?

"tkirchoff10" wrote:

how do you calc a 6 day work week

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default 6 day work week

Thanks
I need both
1. calculate working days between two dates based on a 6 day work week
2. project a future date based on 6 working days..no Holidays

Thanks for your help

"daddylonglegs" wrote:

More clarification required, do you want to calculate working days between
two dates based on a 6 day work week, or project a future date based on
number of working days added, or something else? Do you want to take holidays
into account?

"tkirchoff10" wrote:

how do you calc a 6 day work week

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default 6 day work week

Let's say 6 day work week (Mon-Sat)
Assuming A1 is your start date
A2 is your end date

A3 =SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))={2,3,4,5,6,7}))


"tkirchoff10" wrote:

how do you calc a 6 day work week



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 6 day work week

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))={2,3,4,5,6,7}))

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))1))

=SUM(INT((WEEKDAY(A1-{1,2,3,4,5,6},2)+A2-A1)/7))

Biff

"Teethless mama" wrote in message
...
Let's say 6 day work week (Mon-Sat)
Assuming A1 is your start date
A2 is your end date

A3 =SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))={2,3,4,5,6,7}))


"tkirchoff10" wrote:

how do you calc a 6 day work week



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 287
Default 6 day work week

To project a future date based on start date in A1 and number of days to add
in B1 and assuming a 6 day week (Monday to Saturday)

=A1-WEEKDAY(A1,3)+INT(7/6*(B1+MIN(5,WEEKDAY(A1,3))))

"T. Valko" wrote:

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))={2,3,4,5,6,7}))


=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))1))

=SUM(INT((WEEKDAY(A1-{1,2,3,4,5,6},2)+A2-A1)/7))

Biff

"Teethless mama" wrote in message
...
Let's say 6 day work week (Mon-Sat)
Assuming A1 is your start date
A2 is your end date

A3 =SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))={2,3,4,5,6,7}))


"tkirchoff10" wrote:

how do you calc a 6 day work week




  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 6 day work week

Thank u sir,

the foll formula gives good results,
=A1-WEEKDAY(A1,3)+INT(7/6*(B1+MIN(5,WEEKDAY(A1,3))))

can u tell me were can i fit holidays or list of holidays in above formula to exclude holidays from the calculation.

thanks,



EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
  #9   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

I created this with a 5 work week and a 6 work week table.

To include the holidays, just simply populate it with the dates (as formatted in the example) in the Holidays Tab (formula is until Row 20).
Attached Files
File Type: zip Working Days.zip (6.3 KB, 163 views)
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
Validation List junoon Excel Worksheet Functions 3 May 12th 06 06:33 PM
Calculating a colmun to total a 40 hour work week Harley mom Excel Worksheet Functions 3 December 20th 05 07:41 PM
Calculating total work week hours Harley mom Excel Worksheet Functions 2 December 20th 05 05:41 PM
how do I adjust working calendar (6 day work week) in excel that . Hatem Excel Worksheet Functions 1 January 25th 05 12:04 PM
How do I ensure dates inputted are during the work week? Jim Johnson Excel Worksheet Functions 3 October 29th 04 08:25 AM


All times are GMT +1. The time now is 07:34 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"