adding race times in minute'second"millisecond format

  • Thread starter Thread starter tedor
  • Start date Start date
tedor,

I entered the times you gave as follows, using format "[m]:ss.000"-

00:42.595
00:45.878
01:22.316
01:36.173
01:46.340
06:13.302


The total cell has -

=SUM(F2:F6)

and uses the same format as the others.

Gave me 6'13"302 as you can see above.

The other alternative is to enter the times as seconds and them that way-

42.595
45.878
82.316
96.173
106.340
373.302


regards,

JohnI
 
used the first method, thanks.
is there any way to input it as x'xx"xxx and have it come out the same
way?

thanks again.
-tedor
 
tedor,

The best I could do was-

0'42".595
0'45".878
1'22".316
1'36".173
1'46".340
6'13".302


using a format of "[m]'ss\".000"

regards,

JohnI
 
Back
Top