tndanley74
New Member
- Joined
- Feb 25, 2015
- Messages
- 4
I have a system that's exporting the time between the time a specimen is collect to the time the result is received. its showing info such as :
[TABLE="width: 163"]
<colgroup><col></colgroup><tbody>[TR]
[TD]000:05:08
[/TD]
[/TR]
[TR]
[TD]000:05:08[/TD]
[/TR]
[TR]
[TD]000:04:30
[/TD]
[/TR]
[TR]
[TD]000:04:24[/TD]
[/TR]
[TR]
[TD]000:03:54
[/TD]
[/TR]
[TR]
[TD]000:03:44[/TD]
[/TR]
[TR]
[TD]000:02:46
[/TD]
[/TR]
</tbody>[/TABLE]
I need to be able to calculate average days hours minutes from this. But the =Average() function does not work. Can someone provide suggestions.
[TABLE="width: 163"]
<colgroup><col></colgroup><tbody>[TR]
[TD]000:05:08
[/TD]
[/TR]
[TR]
[TD]000:05:08[/TD]
[/TR]
[TR]
[TD]000:04:30
[/TD]
[/TR]
[TR]
[TD]000:04:24[/TD]
[/TR]
[TR]
[TD]000:03:54
[/TD]
[/TR]
[TR]
[TD]000:03:44[/TD]
[/TR]
[TR]
[TD]000:02:46
[/TD]
[/TR]
</tbody>[/TABLE]
I need to be able to calculate average days hours minutes from this. But the =Average() function does not work. Can someone provide suggestions.