View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jon Ratzel Jon Ratzel is offline
external usenet poster
 
Posts: 1
Default Networkdays equivalent for minutes

I'm trying to calculate the number of minutes between two dates and times but
I want the calculation to consider only the work day of 8:30AM to 5:00PM. So
if cell A1 has 12/13/07 4:59 PM and cell B1 has 12/14/07 8:30 AM, I need cell
C1 to calculate an answer of 00:01:00 (when formatted as HH:MM:SEC) and not
the 15:31:00 that I would get if I simply subtracted B1 from A1. The tricky
part is that I have weekends that I need to account for as well. Any
suggestions?