Calculating playing time?

BernieMtl

Board Regular
Joined
Sep 28, 2005
Messages
75
I manage a soccer team, and I keep track of each players playing time.

They play 30 minute halfs, and at the start of each half I start a stopwatch.

Thus:


Player "A" is off the field from 0:00 to 10:12
Player 'B" is then off 10:12 to 15:00
Player "C" is then off from 15:00 to 22:15

etc etc (I actually have 4-5 players off at a time, and they will be changing 6-7 times per match)

Right now I enter each period they are on the bench with a starting and end time h:mm:ss, and then total the time they are on the bench and deduct from the time of the match.

Thus:

Time on the bench (minus) time of the match (equals) time played.

The problem Is that I need to enter each as h:mm:ss...which is time consuming and prone to errors:

Is there an easier way?
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
is the "stopwatch" in hundreths of hours or minutes?

Check This out

Column A Col B Col C Col D Col E Col F
Name (1st Start) (1st end) (2nd start) (2nd end) Sum of time

1) When a player starts enter this formula in the start column =now()
This is important (copy and Value this formula
2) Put the same formula =now() in 1st end but do not value it until the player is taken out of the game
3) Column f=Col B-col C+col D-col E

add columns as required and adjust the formmula "Sum of Time"

You might put the "Sum of Time" next to the player's name

Do not forget to value the formula Start immediately and when you take the player out

Hit F9 everytime you want the exact time of play for each player
 
Upvote 0

Forum statistics

Threads
1,222,905
Messages
6,168,949
Members
452,227
Latest member
sam1121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top