Login Page - Create Account

Support Board


Date/Time: Mon, 11 May 2026 01:54:50 +0000



Post From: Time formulas

[2017-05-10 13:55:05]
Sawtooth - Posts: 4329
It's much easier to use the TIMEVALUE function:

Simple Alerts syntax:
=AND(BARTIME >= TIMEVALUE("09:00:00"), BARTIME <= TIMEVALUE("14:00:00"))

Spreadsheet syntax:
=AND(FRACTIME(A3) >= TIMEVALUE("09:00:00"), FRACTIME(A3) <= TIMEVALUE("14:00:00"))