#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default schedule

How do i get the the finish date using the excel sheet for the following
scenerio.

Start date : 1-Dec-08
Duration : 6 days
Holiday : 8-Dec-08
Finish date : 9-Dec-08 (exculdes the weekends & Holiday)


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default schedule

Hi,

=WORKDAY(A1,A2,Holidays)

Where A1 is the start date
A2 is the duration
Holidays is a named range that contains any holidaye days

If you get a NAME# error then

Tools|Addins and select the analysis toolpak

Mike

"Selva" wrote:

How do i get the the finish date using the excel sheet for the following
scenerio.

Start date : 1-Dec-08
Duration : 6 days
Holiday : 8-Dec-08
Finish date : 9-Dec-08 (exculdes the weekends & Holiday)


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default schedule

You seem to be ignoring one day, so probably

=WORKDAY(WORKDAY(StartDate,-1),6,holidays)

--
__________________________________
HTH

Bob

"Selva" wrote in message
...
How do i get the the finish date using the excel sheet for the following
scenerio.

Start date : 1-Dec-08
Duration : 6 days
Holiday : 8-Dec-08
Finish date : 9-Dec-08 (exculdes the weekends & Holiday)




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
Tennis Schedule - Schedule players randomly Chris M. Excel Discussion (Misc queries) 5 September 24th 09 09:48 PM
schedule ganga Excel Discussion (Misc queries) 1 March 20th 08 11:33 AM
Schedule Brandon Excel Worksheet Functions 5 October 22nd 07 04:21 PM
Create patient schedule based on master therapist schedule PapaBear Excel Discussion (Misc queries) 8 October 12th 05 04:56 AM
Help with schedule 0o0o0o0o Excel Worksheet Functions 4 November 23rd 04 03:36 AM


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