Novicesportsperformer
New Member
- Joined
- Nov 21, 2016
- Messages
- 37
Hi everyone I need some help.
I have a table (called TBLSJ) of data which looks like this:
[TABLE="width: 307"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Date[/TD]
[TD]Name[/TD]
[TD]Jump height[/TD]
[TD]Type of jump[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Player 1[/TD]
[TD]49[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Player 1[/TD]
[TD]48[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Player 1[/TD]
[TD]65[/TD]
[TD]Right [/TD]
[/TR]
[TR]
[TD]05/07/2018[/TD]
[TD]Player 1[/TD]
[TD]59[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]05/07/2018[/TD]
[TD]Player 1[/TD]
[TD]59[/TD]
[TD]Right [/TD]
[/TR]
[TR]
[TD]05/07/2018[/TD]
[TD]Player 1[/TD]
[TD]60[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]03/09/2018[/TD]
[TD]Player 1[/TD]
[TD]66[/TD]
[TD]right [/TD]
[/TR]
[TR]
[TD]03/09/2018[/TD]
[TD]Player 1[/TD]
[TD]51[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]03/09/2018[/TD]
[TD]Player 1[/TD]
[TD]48[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]04/10/2018[/TD]
[TD]Player 1[/TD]
[TD]57[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]04/10/2018[/TD]
[TD]Player 1[/TD]
[TD]49[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]04/10/2018[/TD]
[TD]Player 1[/TD]
[TD]51[/TD]
[TD]Right [/TD]
[/TR]
</tbody>[/TABLE]
I was wondering if there is an easy 'count' function to find the number of 'SJ' Jumps player 1 completed
thank you very much I would appreciate your help on this
I have a table (called TBLSJ) of data which looks like this:
[TABLE="width: 307"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Date[/TD]
[TD]Name[/TD]
[TD]Jump height[/TD]
[TD]Type of jump[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Player 1[/TD]
[TD]49[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Player 1[/TD]
[TD]48[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Player 1[/TD]
[TD]65[/TD]
[TD]Right [/TD]
[/TR]
[TR]
[TD]05/07/2018[/TD]
[TD]Player 1[/TD]
[TD]59[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]05/07/2018[/TD]
[TD]Player 1[/TD]
[TD]59[/TD]
[TD]Right [/TD]
[/TR]
[TR]
[TD]05/07/2018[/TD]
[TD]Player 1[/TD]
[TD]60[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]03/09/2018[/TD]
[TD]Player 1[/TD]
[TD]66[/TD]
[TD]right [/TD]
[/TR]
[TR]
[TD]03/09/2018[/TD]
[TD]Player 1[/TD]
[TD]51[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]03/09/2018[/TD]
[TD]Player 1[/TD]
[TD]48[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]04/10/2018[/TD]
[TD]Player 1[/TD]
[TD]57[/TD]
[TD]Left[/TD]
[/TR]
[TR]
[TD]04/10/2018[/TD]
[TD]Player 1[/TD]
[TD]49[/TD]
[TD]SJ[/TD]
[/TR]
[TR]
[TD]04/10/2018[/TD]
[TD]Player 1[/TD]
[TD]51[/TD]
[TD]Right [/TD]
[/TR]
</tbody>[/TABLE]
I was wondering if there is an easy 'count' function to find the number of 'SJ' Jumps player 1 completed
thank you very much I would appreciate your help on this