Count Days / Exclude Weekends

bobgrand

Board Regular
Joined
Apr 14, 2008
Messages
244
Office Version
  1. 365
Platform
  1. Windows
Hello all,

Is there a formula to calculate the number of days and exclude weekend days. (Example. We put an order in on Friday. We should see it by Thursday. That is considered 4 working days. I tried using "WORKDAY" in the formula but for some reason it is counting Saturday and Sunday.)

Any help would be greatly appreciated.

Bob :)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Maybe
+Fluff v2.xlsm
AB
1
230/10/202005/11/2020
Main
Cell Formulas
RangeFormula
B2B2=WORKDAY(A2,4)
 
Upvote 0
Fluff, If I did your formula correctly I am not getting what I was hoping. Maybe my explanation wasn't detailed enough. In column C I need to see the number of days from Order Date to Receipt date and exclude weekend days. 10/05 to 10/13 is 8 days, Subtract Saturday and Sunday and the answer is 6.

1604466863755.png
 
Upvote 0
Ok, how about
Excel Formula:
=NETWORKDAYS(A2,B2)-1
 
Upvote 0
That did it. Thank you so much Fluff :) Have a great day
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

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