removing weekends
Dean --
Wasn't sure from your response if you saw just to change the 8 to 24
depending on what your boss wants.
"Dean" wrote:
pdberger,
Thx for replying -
If you mean Workhours is only considering (8), that could be the situation
needed, my boss hasn't decided if he wants to base the difference on (8) hrs
per day or as whole days of (24) hours. So, I guess it would be good to know
ways to do both. Dean
"pdberger" wrote:
Dean --
Don't know if you meant work hours or clock hours. Here's a formula for
work hours:
A
1 Start date/time
2 End date/time
3
4 =NETWORKDAYS(A1,A2)*8+(HOUR(A2)-HOUR(A1))
You can set it up to ignore holidays as well; it's got good documentation in
'help'.
HTH
"Dean" wrote:
I am only wanting to count the hours between two dates that fall on Monday
thru Friday. In other words, I want to always exclude counting hours on
Weekends
The data is in the format of
6/27/06 12:10 - say that this is in cell A1
7/20/06 09:34 - say that this is in cell B1
=B1-A1
How do I do this ?
Thx for your assistance, it is much appreciated
- Dean
|