EDIT: Oops the title has a typo in it. It should be into seconds, not inso.
I have a bunch of data measuring how long it took to do something (like 1 min 30 seconds or 35 minutes 54 seconds) but when I put that into Excel using the format hh:mm:ss and selected the cell it showed 12:01:30 AM and 12:35:54 AM, respectively. I don't want the time of day, I want 00:01:30 to be the duration, not just after midnight. I tried fiddling around with the number formatting of the cells, but I can't figure it out. And then I need to convert all those durations into pure seconds, so 00:01:30 would turn into 90 seconds. I think I just put =[cell]*86400, is that right? I tried that, but since the numbers are registering as hours in the day it doesn't work, it just shows 0:00:00 in the cell with the formula in it.
Bookmarks