View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Red Red is offline
external usenet poster
 
Posts: 48
Default Subtracting Dates to get total time work time excluding weekends

Hey there.

I think you can get what you want by using an add-in. If you go to Tools
and then select Add-in, you will see another window in which you need to
check the box next to Analysis ToolPak. After this installs, you can go to
the formula function button and pick NetWorkDays when you are in the cell you
want to start the calculation. The formula wizard will help you input the
correct data. It should only consider business days, and then help you
eliminate holidays.

hope this helps

"Jon Ratzel" wrote:

I have two date columns formated like this:

1/22/08 2:19 PM

I need to subract them to get the total time but I need to exclude weekends
and hours not in the normal working day. If the start of the day is 8:30AM
and ends at 5:00PM, how do I get the total work time between the two dates?

Thanks, Jon