Hour/Minute difference between two dates (networkdays)

ellyzadg

Board Regular
Joined
May 9, 2016
Messages
75
Hi All,

Good day! How can I get the hours or minute difference between two date but those dates should only count network days

Fri - 10
sat - 11
sun- 12
mon - 13

start date & timeend date & timewhat i get (minutes)desired result (minutes)
8/10/2018 5:08:00 PM8/13/2018 5:10:00 PM43221442

<tbody>
</tbody>


Thank you in advance!
 
Last edited:

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
say a1 contains start and b1 contains end.
=((B1-A1)*1440)-(NETWORKDAYS(A1,B1)*24*60)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,325
Messages
6,124,252
Members
449,149
Latest member
mwdbActuary

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