Support Board
Date/Time: Sun, 11 May 2025 22:25:41 +0000
Post From: When comparing a FRACTIME to a TIMEVALUE, the >= operator ignores the =
[2021-08-08 18:18:54] |
Sawtooth - Posts: 4214 |
In a spreadsheet study, when comparing a FRACTIME to a TIMEVALUE, the >= operator ignores the = However, When comparing the same FRACTIME to the same TIMEVALUE, the > operator is accurate. When comparing the same FRACTIME to the same TIMEVALUE, the = operator is accurate. Formula Details of the inaccurate >= operator: [ >= ] K94>=TIMEVALUE("17:00:00") = 0 (number, integer) [ K94 ] K94 = 0.7083333333333333 (number, double) [ TIMEVALUE ] TIMEVALUE("17:00:00") = 0.7083333333333334 (number, double) [ "17:00:00" ] "17:00:00" = "17:00:00" (text) K94 contains this formula: =MROUND(FRACTIME(A94),1/86400) M94 = 1 N94 should also be 1. See pic for reference. See .scss for more. Please advise. |
![]() ![]() |