Calculating working days in a week

pf36

New Member
Joined
Mar 9, 2006
Messages
20
For any given period I wish to calculate the number of working days (monday to friday only). I'm receiving an item for processing on a weekday and I want to calculate the processing time excluding the weekend periods.

In addition if I receive something for processing after 15:30 it is classed as the following day arrival.

Thanks

Eg1 29/09/2011 to 04/10/2011 = 4 working days
Eg2 29/09/2011 15:31 classed as receiving 30/09/2011
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Try

=NETWORKDAYS(A1,B1)

In Excel 2003 and earlier this requires the Analysis Toolpak (from Tools > Add-ins).
 
Upvote 0
Assuming you have date and time in the same cell then you can amend VoG's suggestion to get your "next day" stipulation

=NETWORKDAYS(A1-"15:30"+1,B1)
 
Upvote 0

Forum statistics

Threads
1,224,507
Messages
6,179,181
Members
452,893
Latest member
denay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top