Thread: Averaging time
View Single Post
  #3   Report Post  
katgolightly
 
Posts: n/a
Default

Looking at my data I think the problem is because in some cases the date/time
in ColC is more than 24 hours later. How do I get it to come up with a time
value for that (i.e. 36:01:01 for 36 hours/3days, 1 minute, 1 second)

Kat

"katgolightly" wrote:

I have columns with data in the following formats:
Column A Column B Column C
12/7/2004 2:00:00 PM 3:51:00 12/7/2004 5:51:00 PM

B1 being =C1-A1 and ColB being formatted to HH:MM:SS using time value.

I then want an average of the time values in all of ColB. Somewhere the
logic breaks if I try to do =AVG(B1:B255) though.

Kat