I bet this has been covered countless times but I couldn’t get a quick answer using search…
#1 – In a column (A1:A9), there is a list of times. In cell A10, I’m looking to get an AVERAGE of those times. The times are actually recorded as seconds:
A1 = :09
A2 = :03
A3 = :07
A4 = :05
There are no entries in A5 – A9 (but there could be…). The result of the formula in A10 should be :06 (to represent an average of 6 seconds).
#2 – In another column (C1:C9), I have a similar situation, except that the times include minutes and seconds. The times are entered as :
C1 = 3:45
C2 = 2:45
C3 = 2:50
C4 = 3:20
There are no entries in C5 – C9 (but again, there could be…) The result of the formula in C10 should be 3:10 (I think!).
Any help with the correct formulas would be appreciated. I keep getting a #DIV/0! result.