View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Networkdays including Saturday?

Just take off one if the start date is a workday, another if end date is a
workday, and add on the hours in those days.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
...
Hi Bob

From what I can see that sum only works out the days not the hours,
here is the formula I am currently using:

A1=dd/mm/yyyy/hh:mm
A2=dd/mm/yyyy/hh:mm

DayEnd= 17:30:00
DayStart= 09:00:00
HolidayList= "Currently Blank"

=(NETWORKDAYS(A1,A2,HolidayList)-1)*(DayEnd-DayStart)+MOD(A2,1)-
MOD(A1,1)

Phil

On Jun 17, 12:56 pm, "Bob Phillips" wrote:
=NETWORKDAYS(C1,C2)+SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(C1&":"&C2)))=6))

--
__________________________________
HTH

Bob

wrote in message

...



Hello


I need to calculate the total WORK-hours (09:00-17:30) between two
date/time-stamps;
Including Saturdays but excluding Sundays & Holidays.


I can get this working excluding Saturdays using NETWORKDAYS however
the call centre work six days a week Mon-Sat.


Can anyone help???


Phil- Hide quoted text -


- Show quoted text -