Network Days

xxrichbxx

New Member
Joined
Sep 2, 2015
Messages
49
Office Version
  1. 365
Platform
  1. Windows
Hi all, I am desperate for some help.

I am trying to use the network days function to establish whether or not some data is late. This is fine, but I need to add a time to this too as anything over a specific time is classed as the following day (hence late).

My spread sheet is as below;

Completed Date Uploaded Time Uploaded No. of Days Late
03/08/2017 07/08/2017 13:25 3 Yes
04/08/2017 07/08/2017 17:25 2 Yes
04/08/2017 07/08/2017 10:00 2 No

As you will see from the bottom two entries they are both completed and uploaded on the same date, but the bottom entry is classed as on time as it was uploaded at 10:00, where as the middle entry is classed as late as it was uploaded at 17:25.

I want to automate the late column but have absolutely no idea how to do it.

Any help would be appreciated.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
What is that specific time ?
I'll guess Noon.

Try
=NETWORKDAYS(A2+1,B2)+(C2>TIME(12,0,0))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,307
Members
452,633
Latest member
DougMo

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