D
Dale G
I’m trying to set up a conditional format for an entire row.
This sheet is used to track arrival times at a specific location. The
location has a scheduled arrival time in column C, and in column D I enter
the actual arrival time, and column E calculates the difference.
I use the 1904 time system so I’ll be able to calculate and show negative
time. Column E is set with =IF(D3=â€â€,â€â€,(D3-C3)) this will have column E
appear blank until the actual time is entered.
Without =IF(D3=â€â€,â€â€,(D3-C3)) in column E and with =D3-C3 this will show the
negative of the scheduled time i.e. -4:59 or -18:44. The schedule time is
always present in column C
I would like the conditional format to appear when the actual arrival time
calculation in column E is greater than 0:11 or 0.00763888888888889.
I’ve tried =$E3>0.00763888888888889 & this works when the time was recorded
but if for some reason a arrival time was not recorded or missed, the row is
highlighted.
Also the sheet covers an entire day, and it is not monitored all the time,
so the whole morning section of the sheet will be formatted if no one
recorded arrival times that morning.
Any help is appreciated.
This sheet is used to track arrival times at a specific location. The
location has a scheduled arrival time in column C, and in column D I enter
the actual arrival time, and column E calculates the difference.
I use the 1904 time system so I’ll be able to calculate and show negative
time. Column E is set with =IF(D3=â€â€,â€â€,(D3-C3)) this will have column E
appear blank until the actual time is entered.
Without =IF(D3=â€â€,â€â€,(D3-C3)) in column E and with =D3-C3 this will show the
negative of the scheduled time i.e. -4:59 or -18:44. The schedule time is
always present in column C
I would like the conditional format to appear when the actual arrival time
calculation in column E is greater than 0:11 or 0.00763888888888889.
I’ve tried =$E3>0.00763888888888889 & this works when the time was recorded
but if for some reason a arrival time was not recorded or missed, the row is
highlighted.
Also the sheet covers an entire day, and it is not monitored all the time,
so the whole morning section of the sheet will be formatted if no one
recorded arrival times that morning.
Any help is appreciated.