Problems converting text to time.. and calculating
Posted by Jennifer on November 22, 2001 9:20 AM
I have a spreadsheet of several hundred FROM and TO times. They were converted from a DBIV spreadsheet, and all the times are listed with an apostrophe before them. They are also listed in "normal" (not decimal) format of hhmmss
'102034 '113426
what i need to do is strip the seconds off (i have no problems there), and then calculate the elapsed time between columns, in hours and minutes, and the do an average of the elapsed time.
what i'm having the most problem with is converting the stripped text into hour/minute format to do the calculations. Do i even need to do this part?
Any easy way to do this, and FAST? I need to figure out the calculations by Monday morning.