I haven't been able to locate a thread that covers this, nor a suitable function in the help files, so here goes:
I need to convert a length of time into a decimal format. For instance, 1:34:45 (one hour, 34 minutes, 45 seconds) needs to be 94.75 minutes.
I've been looking at the TimeSerial function, but I'm not sure how to bend it to my will.
The Excel cells that I'm pulling the data from have been formatted to h:mm:ss. The worksheet is actually generated as a report by a 3rd party application, and I'm trying to create a custom worksheet using that data. (and using only Excel, not the 3rd party app)
Any suggestions?
I need to convert a length of time into a decimal format. For instance, 1:34:45 (one hour, 34 minutes, 45 seconds) needs to be 94.75 minutes.
I've been looking at the TimeSerial function, but I'm not sure how to bend it to my will.
The Excel cells that I'm pulling the data from have been formatted to h:mm:ss. The worksheet is actually generated as a report by a 3rd party application, and I'm trying to create a custom worksheet using that data. (and using only Excel, not the 3rd party app)
Any suggestions?