View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mashuganah Mashuganah is offline
external usenet poster
 
Posts: 27
Default Workhours Calculation

Thanks Mike. However, doesn't that give me the number of hours across whole
work days? What if a task lasts 2 days and 3 hours?

"Mike H" wrote:

Why not just multiply by the hours per workday:-
=NETWORKDAYS(A1,B1,G1:G8)*9

G1 - G8 is my list of holidays

Mike


"Mashuganah" wrote:

I need to calculate the number of work hours between a start and end time.
The task may stretch across several days, including weekends and holidays.
Only the work hours should be counted. Work hours are 8 am - 5 pm, Mon - Fri.

How can this be done?

While NETWORKDAYS provides days, I need hours.