Support Board
Date/Time: Mon, 11 May 2026 09:39:34 +0000
Post From: FRACTIME and TIME issue or problem in spreadsheets?
| [2025-04-28 01:16:15] |
| Sawtooth - Posts: 4329 |
|
You are seeing floating point imprecision. Round down the FRACTIME to a 1 second multiple using the FLOOR function: This will produce TRUE: =FLOOR(FRACTIME(A3),1/86400)=TIME(13,57,00) |
