Support Board
Date/Time: Thu, 18 Sep 2025 01:45:37 +0000
Post From: SC code to define time period during which a spreadsheet alert i
[2013-05-16 04:41:57] |
Sawtooth - Posts: 4263 |
Try something like this: =AND(YourAlertConditions,OR(J41-INT(J41)>TIMEVALUE("07:45:00"),J41-INT(J41)<TIMEVALUE("14:00:00"))) |