I have a list of time duration in functions that I need to SUM.
They are formatted as hhh:mm:ss, coming from another source. I can export to Excel, but once I put the hundred hours, it formats as text and won't allow calculation.
How do I force it back to a numeric format?
[TABLE="width: 86"]
<colgroup><col></colgroup><tbody>[TR]
[TD]011:25:29[/TD]
[/TR]
[TR]
[TD]005:47:32[/TD]
[/TR]
[TR]
[TD]006:58:34[/TD]
[/TR]
[TR]
[TD]017:56:45[/TD]
[/TR]
[TR]
[TD]011:53:13[/TD]
[/TR]
[TR]
[TD]019:32:15[/TD]
[/TR]
[TR]
[TD]023:16:48[/TD]
[/TR]
[TR]
[TD]007:40:42[/TD]
[/TR]
[TR]
[TD]009:21:22[/TD]
[/TR]
[TR]
[TD]009:26:29[/TD]
[/TR]
[TR]
[TD]018:57:59[/TD]
[/TR]
[TR]
[TD]006:41:59[/TD]
[/TR]
</tbody>[/TABLE]
They are formatted as hhh:mm:ss, coming from another source. I can export to Excel, but once I put the hundred hours, it formats as text and won't allow calculation.
How do I force it back to a numeric format?
[TABLE="width: 86"]
<colgroup><col></colgroup><tbody>[TR]
[TD]011:25:29[/TD]
[/TR]
[TR]
[TD]005:47:32[/TD]
[/TR]
[TR]
[TD]006:58:34[/TD]
[/TR]
[TR]
[TD]017:56:45[/TD]
[/TR]
[TR]
[TD]011:53:13[/TD]
[/TR]
[TR]
[TD]019:32:15[/TD]
[/TR]
[TR]
[TD]023:16:48[/TD]
[/TR]
[TR]
[TD]007:40:42[/TD]
[/TR]
[TR]
[TD]009:21:22[/TD]
[/TR]
[TR]
[TD]009:26:29[/TD]
[/TR]
[TR]
[TD]018:57:59[/TD]
[/TR]
[TR]
[TD]006:41:59[/TD]
[/TR]
</tbody>[/TABLE]