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 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | |||
1 | Team Stats: | 190 | 0 | |||||||||||||||||
2 | Player Name | Player Number | Touches | Q1 | Q2 | Q3 | Q4 | Carries | Total Rush Yards | Yards per carry | Thrown to | Catches | Total Recv Yds | Pass attempts | Comp | Comp % | Yds per att | Yds per comp | ||
3 | D.Hill | 3 | 0 | 0 | 0 | |||||||||||||||
4 | C.Smith | 4 | 0 | 0 | ||||||||||||||||
5 | M.Heller | 5 | 1 | 1 | #VALUE! | 0.2 | ||||||||||||||
6 | C.Lawson | 6 | 0 | 0 | ||||||||||||||||
7 | A.Washington | 7 | 0 | 0 | 0 | |||||||||||||||
8 | T.Byrd | 8 | 0 | 0 | ||||||||||||||||
9 | M.Kelly | 9 | 0 | 0 | 0 | |||||||||||||||
10 | Z.Agnew | 11 | 0 | 0 | ||||||||||||||||
11 | K.Kelly | 13 | 0 | 0 | ||||||||||||||||
12 | S.Mack | 18 | 0 | 0 | ||||||||||||||||
13 | J.Holmes | 26 | 1 | 1 | 0.038461538 | |||||||||||||||
14 | T.Stephens | 80 | 2 | 0.025 | ||||||||||||||||
15 | ||||||||||||||||||||
16 | ||||||||||||||||||||
Touch Chart |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H1 | H1 | =SUM(B3:B17) |
J1 | J1 | =IF(B3=0,"",C3/B3) |
I3 | I3 | =SUMPRODUCT(--($A$30:$A$500="H"),--($J$30:$J$500="R"),--($K$30:$K$500=A3),--($Q$30:$Q$500)) |
H5,H13,H9,H7 | H5 | ='Play Call Script'!H4 |
I5 | I5 | =SUMPRODUCT(--('Play Call Script'!F2:F99="R"),--($K$30:$K$500=A3),--($Q$30:$Q$500)) |
C3:C14 | C3 | =VLOOKUP(B3, 'Play Call Script'!$G:$H,2,FALSE) |
J3:J14 | J3 | =IF(B3=0,"",C3/B3) |