Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Project future date w/ 6 day work week and holiday

How can I calculate a future date based on a start date, taking in
consideration holidays?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Project future date w/ 6 day work week and holiday

Assuming a 6 day week

"damucol" wrote:

How can I calculate a future date based on a start date, taking in
consideration holidays?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 287
Default Project future date w/ 6 day work week and holiday

I assume you count Sunday as the only non-workday

Assuming start date in A2, workdays to add in B2, list of holiday dates
defined as named range holidays


=A2+SMALL(IF((WEEKDAY(A2+ROW(INDIRECT("1:"&B2*10)) )1)*ISNA(MATCH(A2+ROW(INDIRECT("1:"&B2*10)),holid ays,0)),ROW(INDIRECT("1:"&B2*10))),B2)

confirmed with CTRL+SHIFT+ENTER

format as date

"damucol" wrote:

Assuming a 6 day week

"damucol" wrote:

How can I calculate a future date based on a start date, taking in
consideration holidays?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Project future date w/ 6 day work week and holiday

It did not work! The result is #NUM on the cell. What am I doing wrong?
The cell is formated as date. what kind of confirmation is required for
CTRL+SHIFT+ENTER? I have the list of holidays on a spreadsheet that I am
calling Holidays and the dates are located between cells B9:B30.

"daddylonglegs" wrote:

I assume you count Sunday as the only non-workday

Assuming start date in A2, workdays to add in B2, list of holiday dates
defined as named range holidays


=A2+SMALL(IF((WEEKDAY(A2+ROW(INDIRECT("1:"&B2*10)) )1)*ISNA(MATCH(A2+ROW(INDIRECT("1:"&B2*10)),holid ays,0)),ROW(INDIRECT("1:"&B2*10))),B2)

confirmed with CTRL+SHIFT+ENTER

format as date

"damucol" wrote:

Assuming a 6 day week

"damucol" wrote:

How can I calculate a future date based on a start date, taking in
consideration holidays?

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
Formula for a 4 day work week tamarade Excel Worksheet Functions 17 January 10th 07 05:20 AM
how to count easily dribler2 Excel Worksheet Functions 21 January 1st 07 05:33 AM
How do I set up a 6 day work week in Excel? rrichter Excel Worksheet Functions 9 August 13th 06 07:05 PM
Work week holiday for different countries Data_Lisa Charts and Charting in Excel 0 June 7th 06 07:37 PM
how to set a 6-day work week ? RobertH Excel Worksheet Functions 1 February 24th 05 09:25 AM


All times are GMT +1. The time now is 02:30 AM.

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

About Us

"It's about Microsoft Excel"