Thanks Mick. That has fixed the count down.
Excel 2007 keeps putting Value into the formula automatically... weird
but I will leave it be.
I am still stuck with the conditional formatting as I have that based on
the time only and I’m not sure how to modify the formula to take the
day’s component into account.
I am trying to get the following to work:
•If the due date has passed: =I1=”Breached”
•9hrs or less until Breach: =AND(I1<>”Breached”,MOD(I1,1)<=0.3375)
•Between 9:00:01 and 15:00:00:
=AND(I1<>”Breached”,MOD(I1,1)>0.3375,MOD(I1,1)<=0.625)
•Between 15:00:01 and 30:00:00:
=AND(I1<>”Breached”,MOD(I1,1)>0.625,MOD(I1,1)<=1.25)
•Greater than 30:00:00: =AND(I1<>”Breached”,MOD(I1,1)>1.25)
+-------------------------------------------------------------------+
+-------------------------------------------------------------------+
--
Mujer