I have a difficulties using the FLOOR function with time values. It mostly works, however if the first parameter is calculated, results are not always as expected.
Example:
When I round down a value "10:00" using a formula =FLOOR("10:00"-TIME(9;30;0); "0:30"), the result is "0:30" as expected. However, if I use =FLOOR("8:00"-TIME(7;30;0); "0:30"), the result is "0:00", which is not correct. I found out that it helps to change the formula to =FLOOR("8:00"; "0:30")-TIME(7;30;0), however I don't understand what is wrong with the first option. Has anybody an idea?
Example:
When I round down a value "10:00" using a formula =FLOOR("10:00"-TIME(9;30;0); "0:30"), the result is "0:30" as expected. However, if I use =FLOOR("8:00"-TIME(7;30;0); "0:30"), the result is "0:00", which is not correct. I found out that it helps to change the formula to =FLOOR("8:00"; "0:30")-TIME(7;30;0), however I don't understand what is wrong with the first option. Has anybody an idea?