Swimming & Diving
Question:
using excel, how do i subtract 1 time (mm:ss.ss) from another? these are swim times, (1:33.54 - 1:23.45 = ???
doug and sheila w
2008-01-27 16:59:27 UTC
using excel, how do i subtract 1 time (mm:ss.ss) from another? these are swim times, (1:33.54 - 1:23.45 = ???
Four answers:
MYs
2008-01-27 17:30:43 UTC
assume:
A1: 1:33:54
B1: 1:23:45
Formula in cell C1 : =(A1-B1)*1440
( 24 hours*60 minutes=1440 )
Format in cell C1 : regular number format
Result : 10.5 minutes
edit:
=ABS(A2-A1)
result 0:10.09
Hope this helps,
Good luck.
2008-01-28 01:06:20 UTC
Using the same format you are using
cell a1= first time
cell a2=second time
Any cell you wish to use for the result would have the formula:
=a1-a2
Dave
2008-01-28 08:49:44 UTC
I would simplify it and convert it to seconds...93.54 - 83.45 which is
Cell A1 93.54
Cell A2 83.45
Cell A3 =SUM(A1-A2)
Ninja Time
2008-01-28 01:03:13 UTC
Use a calculator
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...