Yards per rush calculation

dgladney

New Member
Joined
Nov 17, 2021
Messages
14
Office Version
  1. 2016
  2. 2010
  3. 2007
Platform
  1. Windows
Been working on a stats spreadsheet and cant figure out how to calculate total rush yards and yards per carry for the running game. Hopefully someone can help me out. My sheet is below:

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)
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Average yards would just be total yards divided by total carries.

But I do not understand the formulas you currently have, especially the formulas in cell I3. It is looking for the value of "H" in column A and "R" in column J, and you have none of that.
The formula does not seem to reflect your actual dat structure.
 
Upvote 0
Average yards would just be total yards divided by total carries.

But I do not understand the formulas you currently have, especially the formulas in cell I3. It is looking for the value of "H" in column A and "R" in column J, and you have none of that.
The formula does not seem to reflect your actual dat structure.
I am a super novice at Excel so I could be totally off. What i want is to figure out how to keep a running total of the yards gained by a player on the run play he touches the ball, and keep a tally of the total yards he ran so I can calculate it for the game. The same for the receiving yards. Hope that makes sense. I just don't know where to start.
 
Upvote 0
I think you are missing a lot of detail here. It looks like there are other sheets at play here ("Play Call Script").
Without knowing the structure of all your data, and what your expected results look like, there is not much we can do to help.

This might be a bit of a challenge to accomplish if you are truly a "super novice Excel user".
You really need to sit with someone and come up with a design plan that would allow you to accomplish all that you want.
You really need someone to walk it through with you every step of the way. That might be too big of an ask from a free forum (which is really just meant to be "question/answer").
That really kind of falls under "Consulting". There are consultants we can recommend, listed here: Consulting Services
 
Upvote 0
I think you are missing a lot of detail here. It looks like there are other sheets at play here ("Play Call Script").
Without knowing the structure of all your data, and what your expected results look like, there is not much we can do to help.
Here are my other tabs...sorry about that:

Spartanburg Script.xlsx
ABCDEFGHIJ
1Possession #Play NumberPlay CallPlayerYardsPlay TypePlayerTouchesTotal Rush YardsYards per carry
230R310
3800P410
450510
540610
660710
770810
880910
9901110
101101310
111301810
121802610
13260801#VALUE!#DIV/0!
Play Call Script
Cell Formulas
RangeFormula
H2:H13H2=COUNTIF($D:$D, G2)
J2:J12J2=E2/H2
E2:E13E2=MOD(Stats!C5,100)-MOD(Stats!C6,100)
I13I13=SUMPRODUCT(--($F$2:$F$19="R"),--($G$2:$G$100=G6,G8,G4,G12),--($E$2:$E$100))
J13J13=H13/E13


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,214,636
Messages
6,120,664
Members
448,976
Latest member
sweeberry

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