Login Page - Create Account

Support Board


Date/Time: Wed, 15 Oct 2025 17:42:36 +0000



Post From: FRACTIME and TIME issue or problem in spreadsheets?

[2025-04-28 01:16:15]
Sawtooth - Posts: 4276
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)