I need to turn 1.25 hours into 1 hour and 15 minutes.
I'm trying to use the Int() function to subtract the interger so I can calculate the remaining minutes.
But the Int() is not working consistantly. I have two records that have 1 hour and the first record with the int function returns 1 and the second returns 0. They are both just 1, not .999 or anything.
Why is the int() func. inconsistant?
I'm trying to use the Int() function to subtract the interger so I can calculate the remaining minutes.
But the Int() is not working consistantly. I have two records that have 1 hour and the first record with the int function returns 1 and the second returns 0. They are both just 1, not .999 or anything.
Why is the int() func. inconsistant?