indesignkat
Member
I have a report in which whole number seconds are converted to a time format. I used to do this by referencing the number of seconds and dividing by 86,400, but then I found the TIME function and started using it instead.
A1 = 4000
=time(,,A1) will return 0:00:04, if you have the cell formatted for h:mm:ss. Pretty handy. But I notice that when the number of seconds gets over 32,767 the time formula returns a number error. That amounts to 9 hours, 6 minutes, and 7 seconds.
Any ideas why?
A1 = 4000
=time(,,A1) will return 0:00:04, if you have the cell formatted for h:mm:ss. Pretty handy. But I notice that when the number of seconds gets over 32,767 the time formula returns a number error. That amounts to 9 hours, 6 minutes, and 7 seconds.
Any ideas why?