Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cam Cam is offline
external usenet poster
 
Posts: 165
Default Help - return date-time from a given # of days

Hello,

I am trying to find a formula to calculation the estimated completion date
for different operations which returns the date excluding holiday working 5
days a week @ 19 hours per day, but couldn't seemed to find the answer how.

Column A1 is the startdate.
Column B is the production time in days required to completed.
Column C starting C3 is the calculated value of completion date in date time
format.

Here is the sample table:
A B C
1/2/2009 6:00 AM StartDate
Opr ProdTime (#Days) ComplDate
10 2.045 1/6/09 1:04 AM
20 0.143 1/6/09 3:15 AM
30 0.667 "
40 1.611 "
50 0.667

Thank for sugguestions

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Help - return date-time from a given # of days

Hi,
You can use the excel function "WORKDAY".
if you put all holidays in one column from cell D2 to D50, you can put this
formula on Column C.

=WORKDAY(A2,B2,D2:D50)
A2 is the start date, B2 is number of days and D2:D50 are dates for holidays.
You'll get the end date!

Thanks

Cam wrote:
Hello,

I am trying to find a formula to calculation the estimated completion date
for different operations which returns the date excluding holiday working 5
days a week @ 19 hours per day, but couldn't seemed to find the answer how.

Column A1 is the startdate.
Column B is the production time in days required to completed.
Column C starting C3 is the calculated value of completion date in date time
format.

Here is the sample table:
A B C
1/2/2009 6:00 AM StartDate
Opr ProdTime (#Days) ComplDate
10 2.045 1/6/09 1:04 AM
20 0.143 1/6/09 3:15 AM
30 0.667 "
40 1.611 "
50 0.667

Thank for sugguestions


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200901/1

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
add days to a date and return resulting date LKONITZ Excel Worksheet Functions 4 April 20th 08 02:45 AM
add 4 days to date/time brian thompson3001 via OfficeKB.com New Users to Excel 2 March 10th 06 12:48 PM
Calculating days & time left from start date/time to end date/time marie Excel Worksheet Functions 7 December 7th 05 02:36 PM
Return Days since Date Entered in Column. Mcasteel[_51_] Excel Programming 0 November 18th 04 04:24 PM
Return Days since Date Entered in Column. Mcasteel[_50_] Excel Programming 3 November 18th 04 04:23 PM


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