by Captain Sensible » Wed Nov 19, 2025 6:01 pm
The time to the off is displayed in cell D2 as a timestamp 00:05:49 etc, when the time has gone past the offtime the time is displayed as text in the format -00:1:00
So say we want to display YES on, or after, that minute to the off you could use a formula like
=IF(OR(D2 <= TIME(0,1,0), ISTEXT(D2)), "YES", "NO")