Time problems (1 Viewer)

Douggie

New member
Local time
Today, 06:46
Joined
Jul 28, 2005
Messages
3
I am a swimming coach and I am trying to work out some average times. I have given the swimmers a timed 15 minute swim and recorded how far they have swam. I want the spreadsheet to work out the average time for each 100m swum.
Please help
Ian
 

qafself

Registered User.
Local time
Today, 06:46
Joined
Nov 9, 2005
Messages
119
Its quite simple

Divide the time by the distance and multiply the result by 100

e.g. if cell C1 contains the distance swum
in cell D1 put =15*100/C1 - this is the number of minutes to swim each 100 on average

Ed
 

Douggie

New member
Local time
Today, 06:46
Joined
Jul 28, 2005
Messages
3
I have tried this but in some of the cells I get 1.77. I need to convert this percentage into minutes and seconds.
 

CraigDolphin

GrumpyOldMan in Training
Local time
Yesterday, 22:46
Joined
Dec 21, 2005
Messages
1,582
D1 put =(100*15/C1)/1440
then change the format of the cell D1 to Time (eg., 37:30:15)
 

Douggie

New member
Local time
Today, 06:46
Joined
Jul 28, 2005
Messages
3
Thanks to both of you. This is now working fine.
 

Users who are viewing this thread

Top Bottom