Football Stats Help!

dgladney

New Member
Joined
Nov 17, 2021
Messages
14
Office Version
  1. 2016
  2. 2010
  3. 2007
Platform
  1. Windows
Hi,

I am an offensive assistant coach and I'm looking for some help on tracking statistics for the offense. I need to capture things like the number of touches our offensive guys get, the number of yards gained per play, completions, passing yards, 3rd down conversions, 4th down conversions, receptions, carries, yards per carry, yards per reception, etc but I'm struggling with getting things lined up properly and the correct formulas added. Any help would be greatly appreciated.
 
I'm sorry...it is below:

Play Call Script
ABCDEFGHIJ
Spartanburg Script.xlsx
1Possession #Play NumberPlay CallPlayerYardsPlay TypePlayerTouchesTotal Rush YardsYards per carry
2520R30
3805P40
4265051
5060
6070
7080
8090
90110
100130
110180
120261
130801#VALUE!
RangeFormula
Cell Formulas
H2H2=COUNTIF('Play Call Script'!D2:D100, "3")
H3H3=COUNTIF('Play Call Script'!D2:D100, "4")
H4H4=COUNTIF('Play Call Script'!D2:D101, "5")
H5H5=COUNTIF('Play Call Script'!D2:D102, "6")
H6H6=COUNTIF('Play Call Script'!D2:D103, "7")
H7H7=COUNTIF('Play Call Script'!D2:D104, "8")
H8H8=COUNTIF('Play Call Script'!D2:D105, "9")
H9H9=COUNTIF('Play Call Script'!D2:D106, "11")
H10H10=COUNTIF('Play Call Script'!D2:D107, "13")
H11H11=COUNTIF('Play Call Script'!D2:D108, "18")
H12H12=COUNTIF('Play Call Script'!D2:D100, "26")
E2:E13E2=MOD(Stats!C5,100)-MOD(Stats!C6,100)
H13H13=COUNTIF('Play Call Script'!D2:D100, "80")
I13I13=SUMPRODUCT(--($F$2:$F$19="R"),--($G$2:$G$100=G6,G8,G4,G12),--($E$2:$E$100))
Click to expand...
In your "Touch Chart" sheet, try into cell C3
=Vlookup(B3, 'Play Call Script'!$G:$H,2,FALSE)
and then use autofill (double click on the bottom right corner of cell C3)
yes, that is correct
 
Upvote 0

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
In your "Touch Chart" sheet, try into cell C3
=Vlookup(B3, 'Play Call Script'!$G:$H,2,FALSE)
and then use autofill (double click on the bottom right corner of cell C3)
The "Play Call" column will just be text, I'll be typing the play into that cell (which is fine). I would like the "touches" to be the number of times the player in column G touches the ball and to count up, just so I can tell who is getting the ball. I want to add 4 columns so that I can break it down into the touches per quarter (if possible).
 
Upvote 0
The "Play Call" column will just be text, I'll be typing the play into that cell (which is fine). I would like the "touches" to be the number of times the player in column G touches the ball and to count up, just so I can tell who is getting the ball. I want to add 4 columns so that I can break it down into the touches per quarter (if possible).

The "Play Call" column will just be text, I'll be typing the play into that cell (which is fine). I would like the "touches" to be the number of times the player in column G touches the ball and to count up, just so I can tell who is getting the ball. I want to add 4 columns so that I can break it down into the touches per quarter (if possible).

In your "Touch Chart" sheet, try into cell C3
=Vlookup(B3, 'Play Call Script'!$G:$H,2,FALSE)
and then use autofill (double click on the bottom right corner of cell C3)
That worked! Thanks!!
 
Upvote 0
The "Play Call" column will just be text, I'll be typing the play into that cell (which is fine). I would like the "touches" to be the number of times the player in column G touches the ball and to count up, just so I can tell who is getting the ball. I want to add 4 columns so that I can break it down into the touches per quarter (if possible).
In H2 Cell, enter:
=COUNTIF($D:$D, G2) and again use autofill
As far as touches per quarter, I don't see a column that indicates which quarter that the touches occurred.
 
Upvote 0
In H2 Cell, enter:
=COUNTIF($D:$D, G2) and again use autofill
As far as touches per quarter, I don't see a column that indicates which quarter that the touches occurred.
Both worked! Thanks. I sent the updated one with the quarters

Spartanburg Script.xlsm
ABCDEFGHIJKLMNOPQR
1Team Stats:1900
2Player NamePlayer NumberTouchesQ1Q2Q3Q4CarriesTotal Rush YardsYards per carryThrown toCatchesTotal Recv YdsPass attemptsCompComp %Yds per attYds per comp
3D.Hill3000
4C.Smith400
5M.Heller511#VALUE!0.2
6C.Lawson600
7A.Washington7000
8T.Byrd800
9M.Kelly9000
10Z.Agnew1100
11K.Kelly1300
12S.Mack1800
13J.Holmes26110.038461538
14T.Stephens8020.025
15
16
Touch Chart
Cell Formulas
RangeFormula
H1H1=SUM(B3:B17)
J1J1=IF(B3=0,"",C3/B3)
I3I3=SUMPRODUCT(--($A$30:$A$500="H"),--($J$30:$J$500="R"),--($K$30:$K$500=A3),--($Q$30:$Q$500))
H5,H13,H9,H7H5='Play Call Script'!H4
I5I5=SUMPRODUCT(--('Play Call Script'!F2:F99="R"),--($K$30:$K$500=A3),--($Q$30:$Q$500))
C3:C14C3=VLOOKUP(B3, 'Play Call Script'!$G:$H,2,FALSE)
J3:J14J3=IF(B3=0,"",C3/B3)
 
Upvote 0
Both worked! Thanks. I sent the updated one with the quarters

Spartanburg Script.xlsm
ABCDEFGHIJKLMNOPQR
1Team Stats:1900
2Player NamePlayer NumberTouchesQ1Q2Q3Q4CarriesTotal Rush YardsYards per carryThrown toCatchesTotal Recv YdsPass attemptsCompComp %Yds per attYds per comp
3D.Hill3000
4C.Smith400
5M.Heller511#VALUE!0.2
6C.Lawson600
7A.Washington7000
8T.Byrd800
9M.Kelly9000
10Z.Agnew1100
11K.Kelly1300
12S.Mack1800
13J.Holmes26110.038461538
14T.Stephens8020.025
15
16
Touch Chart
Cell Formulas
RangeFormula
H1H1=SUM(B3:B17)
J1J1=IF(B3=0,"",C3/B3)
I3I3=SUMPRODUCT(--($A$30:$A$500="H"),--($J$30:$J$500="R"),--($K$30:$K$500=A3),--($Q$30:$Q$500))
H5,H13,H9,H7H5='Play Call Script'!H4
I5I5=SUMPRODUCT(--('Play Call Script'!F2:F99="R"),--($K$30:$K$500=A3),--($Q$30:$Q$500))
C3:C14C3=VLOOKUP(B3, 'Play Call Script'!$G:$H,2,FALSE)
J3:J14J3=IF(B3=0,"",C3/B3)
Let's look at player #5 as an example. Player #5 has 1 Touch. How do you know which quarter that was in?
 
Upvote 0
Let's look at player #5 as an example. Player #5 has 1 Touch. How do you know which quarter that was in?
I get your point. Let's forget about that for now. I'm still struggling on the running total on the yardage gained rushing/receiving, etc. I really appreciate all your help.
 
Upvote 0
I get your point. Let's forget about that for now. I'm still struggling on the running total on the yardage gained rushing/receiving, etc. I really appreciate all your help.
Spartanburg Script.xlsx
ABCDEFGHIJKLMNOPQR
1Team Stats:Q1Q2Q3Q41900.333333333
2Player NamePlayer NumberTouchesCarriesTotal Rush YardsYards per carryThrown toCatchesTotal Recv YdsPass attemptsCompComp %Yds per attYds per comp
3D.Hill31#VALUE!0.333333333
4C.Smith410.25
5M.Heller511#VALUE!0.2
6C.Lawson610.166666667
7A.Washington7110.142857143
8T.Byrd810.125
9M.Kelly9110.111111111
10Z.Agnew1110.090909091
11K.Kelly1310.076923077
12S.Mack1810.055555556
13J.Holmes26110.038461538
14T.Stephens8010.0125
15
16
Touch Chart
Cell Formulas
RangeFormula
H1H1=SUM(B3:B17)
J1J1=IF(B3=0,"",C3/B3)
I3I3=SUMPRODUCT(--($J$30:$J$500="R"),--('Play Call Script'!E2:E100=I2),--($Q$30:$Q$500))
H5,H13,H9,H7H5='Play Call Script'!H4
I5I5=SUMPRODUCT(--('Play Call Script'!F2:F99="R"),--($K$30:$K$500=A3),--($Q$30:$Q$500))
C3:C14C3=VLOOKUP(B3, 'Play Call Script'!$G:$H,2,FALSE)
J3:J14J3=IF(B3=0,"",C3/B3)
 
Upvote 0

Forum statistics

Threads
1,215,233
Messages
6,123,771
Members
449,122
Latest member
sampak88

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