My column is C the data looks like this
0:02:52:02
3:22:44:40
5:07:01:50
0:00:36:43
18:25:26:10
The first one is the number of days, second is the number of hours, third is the number of minutes, and the last is the number of seconds. I need to get the average of them.
I have tried =AVERAGE(C14:C18) and get #DIV/0! So I then tried to add them up with =SUM(C14:C18) and get 0. I tried turning the format to Number and get 0.00. Then I tried to turn them to Time (dd:hh:mm:ss) and still get all Zeros. Is their any way to do this?
Thanks in advance
Doug
0:02:52:02
3:22:44:40
5:07:01:50
0:00:36:43
18:25:26:10
The first one is the number of days, second is the number of hours, third is the number of minutes, and the last is the number of seconds. I need to get the average of them.
I have tried =AVERAGE(C14:C18) and get #DIV/0! So I then tried to add them up with =SUM(C14:C18) and get 0. I tried turning the format to Number and get 0.00. Then I tried to turn them to Time (dd:hh:mm:ss) and still get all Zeros. Is their any way to do this?
Thanks in advance
Doug