Login Page - Create Account

Support Board


Date/Time: Mon, 16 Jun 2025 21:11:02 +0000



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

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