I am able to change a cell containing seconds to show as either minutes or hours, but I haven't been able to find a good way to change those seconds to hours:min:seconds. Is there a way to do that?
For example, my cell shows a login time of 29692 (I know that that is calculated as seconds). Right now, I use convert(A1,"sec","hr") and then I can see that it is 8.247 hours. What I would like to show is 8:14:52 if that is possible.
Bookmarks