Step 4: Calculating simple references: Watch
Video Instructions
- Add a column to show the sum of each players 20+ and 40+ (Insert a column
by Highlighting all of column T by clicking the T and then right
click to choose insert. Type = in T2 and then click on R2 and then type
+ and then click on S2 and then press Enter. Right click to copy T2 and
then highlight all the empty cells in column T and right click
to paste)
- Sum the total yards column. (Put your cursor below the last yard - J52
- and type "=SUM(" and then highlight all the numbers above and then press
Enter)
- Find the average of the yards (2010+: Put your cursor below the total
- J53 - and hit formulas / insert function on the left - and choose average
- then highlight all but the total cell.)
- Find the maximum values in the yards column. (Repeat above while moving
down one row each time, but select the max function instead)
- Find the standard deviation of the yards. (Just repeat above but select
the stdev function instead. - Standard deviation is a measure of how spread
out these numbers are - For more details on the
meaning of standard deviation, read this, and notice how easy Excel
makes complex formulas.)
Step 5: Calculating using absolute reference: Watch
Video Instructions
- Add a column to show the % of total yards for each player. (Insert a
column by highlighting the K column and right click to insert. In K2,
type = and then click on J2 and then "/" and then click on the total J52
and press enter. Try to copy it down and find that it keeps moving the
J52. Back in K2, change J52 to J$52 and try the copy again.)
Step 6: Sort Watch
Video Instructions
- Sort by player name (and make sure you do not change their stats). (Highlight
all the rows you want to sort, which is every row. You can highlight
the entire sheet by clicking the box between A and 1. Then Data /
Sort and verify the "my data has headers" (or "my list has headers"
) box is clicked and then down arrow under "sort by" (or column) and choose
player and enter.)
- Sort again by player within team. (Data / Sort and verify the
"my data has headers" (or "my list has headers" ) box is clicked and then
down arrow under "sort by" (or column) and choose team. Then if you do
not see another level, click "add" or "+" and then
down arrow on the column to choose player name. )
Step 7: If Watch
Video Instructions
- Add a column with a “yes” if total yards > 1000 (Insert
a column by highlighting the K column, right clicking and inserting. Click
on K2 and then 2003: insert / function or 2007: formulas / insert function. Choose
"If" and see 3 boxes. In the logical test, click on the total yards
for that row and then type "> 1000". Next to value if true, type "yes".
Next to value if false, type "no". Copy that formula down. Change one
yard to be less than and another to be more than and see the change. )