LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #9   Report Post  
Eric
 
Posts: n/a
Default How to project the due date according to a number of working h

Thank you very much
Eric

"Bob Phillips" wrote:

It doesn't take account of 09:00 per se, but rather the 13:00 break time .
So if you want to start at 11:00 and break 1t 15:00, change the 13/24 to
15/24.

BTW, the formula doesn't need the end bit, just use

=workday(A30,INT(A29/8))+MOD(A30,1)+MOD(A29,8)/24+(N((MOD(A30,1)+MOD(A29,8)/
24)13/24)/24)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Eric" wrote in message
...
Hi Bob Phillips:
Please ignore the toolpak problem, I have solved it.


=workday(A30,INT(A29/8))+MOD(A30,1)+MOD(A29,8)/24+(N((MOD(A30,1)+MOD(A29,8)/
24)13/24)/24)+(N((MOD(A30,1)+MOD(A29,8)/24)17/24)/24)

Thank for your code, could you please give me any suggestion on how to do
it? If I may start counting the hours at 11am, 3pm, ... according to the
starting date.
The above code is assumed that I always start at 9 am.

Thank you very much
Eric


"Bob Phillips" wrote:

Eric,

Try this


=workday(A30,INT(A29/8))+MOD(A30,1)+MOD(A29,8)/24+(N((MOD(A30,1)+MOD(A29,8)/
24)13/24)/24)+(N((MOD(A30,1)+MOD(A29,8)/24)17/24)/24)

This assumes weekdays only. IF you want to include Sat anmd Sun, use


=A30+INT(A29/8)+MOD(A29,8)/24+(N((MOD(A30,1)+MOD(A29,8)/24)13/24)/24)+(N((M
OD(A30,1)+MOD(A29,8)/24)17/24)/24)

Both assume the start date/time in A30, the number of hours in A29

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Eric" wrote in message
...
Does anyone know how to project the due date according to a required
number
of working hours? such as

If today is 24 Oct, 2005 (Monday) at 9:00am, my project required 100

hours
to be finished, then how to create a formula and to project the due

date
in
excel sheet?

Working hour: 9am - 1pm and 2pm - 5pm (total 8 working hour per day)

Thank for any suggestion
Eric






 
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
Converting number or text to a Date Format samhain New Users to Excel 2 October 17th 05 02:28 PM
Number of labels on X-axis one more than number of values on Y-axi Gudrun Charts and Charting in Excel 5 August 26th 05 01:55 PM
How do I convert a number formated as a date to text in Excel? BrotherNov Excel Discussion (Misc queries) 5 March 2nd 05 03:51 PM
unwanted number to date conversion while pasting data from web Jacek Excel Worksheet Functions 1 February 24th 05 02:59 PM
Use Julian Date To Create Serial Number antho10359 Excel Discussion (Misc queries) 4 December 9th 04 01:50 AM


All times are GMT +1. The time now is 01:11 AM.

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"