fireburtbusto
New Member
- Joined
- Jan 12, 2018
- Messages
- 2
I know once I see how to do this I am going to kick myself as to how simple it is, but can not figure it out.
I am wanting to calculate how many minutes per game each player play in a basketball game.
I want the Min/Gm column to sum how many minutes during the game each player played. The Clock column shows each time the game clock stops and a substitution is made.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]Clock[/TD]
[TD]Min Interval[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD].....[/TD]
[TD]Player[/TD]
[TD]Min/Gm[/TD]
[/TR]
[TR]
[TD]18:00[/TD]
[TD]5:00[/TD]
[TD]5[/TD]
[TD]15[/TD]
[TD]24[/TD]
[TD]45[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]8:30[/TD]
[/TR]
[TR]
[TD]13:00[/TD]
[TD]4:30[/TD]
[TD]5[/TD]
[TD]15[/TD]
[TD]31[/TD]
[TD]45[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]5[/TD]
[TD]9:30[/TD]
[/TR]
[TR]
[TD]8:30[/TD]
[TD]6:30[/TD]
[TD]3[/TD]
[TD]15[/TD]
[TD]31[/TD]
[TD]45[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2:00[/TD]
[TD]2:00[/TD]
[TD]3[/TD]
[TD]15[/TD]
[TD]24[/TD]
[TD]42[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]24[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0:00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I was thinking a SUMIF formula, but can't get it to work. Any help would be great.
I am wanting to calculate how many minutes per game each player play in a basketball game.
I want the Min/Gm column to sum how many minutes during the game each player played. The Clock column shows each time the game clock stops and a substitution is made.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]Clock[/TD]
[TD]Min Interval[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD]Player[/TD]
[TD].....[/TD]
[TD]Player[/TD]
[TD]Min/Gm[/TD]
[/TR]
[TR]
[TD]18:00[/TD]
[TD]5:00[/TD]
[TD]5[/TD]
[TD]15[/TD]
[TD]24[/TD]
[TD]45[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]8:30[/TD]
[/TR]
[TR]
[TD]13:00[/TD]
[TD]4:30[/TD]
[TD]5[/TD]
[TD]15[/TD]
[TD]31[/TD]
[TD]45[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]5[/TD]
[TD]9:30[/TD]
[/TR]
[TR]
[TD]8:30[/TD]
[TD]6:30[/TD]
[TD]3[/TD]
[TD]15[/TD]
[TD]31[/TD]
[TD]45[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2:00[/TD]
[TD]2:00[/TD]
[TD]3[/TD]
[TD]15[/TD]
[TD]24[/TD]
[TD]42[/TD]
[TD]55[/TD]
[TD][/TD]
[TD]24[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0:00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I was thinking a SUMIF formula, but can't get it to work. Any help would be great.