Calculating average field position

bmv505

New Member
Joined
Sep 28, 2022
Messages
20
Office Version
  1. 365
I am trying to think of a formula to calculate average football field position in American football. Lets say that in the first quarter, Team A has two drives that start at their own 49 yard line (T49), and a second that starts at their opponent’s 49 yard line (O49). The average field position would be the 50 yard line. How can I calculate that based solely upon the two variables (T49 and O49)?
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
I would recommend doing it from the perspective of how many yards away they are from their opponents goal line.
So, any starting position on their own side of the field would need to have (50 -yard line) yards added to it (i.e. T33 would need to add 50-33 = 17, so added to 50 = 67).
Once you have that, you can average that (and convert back to a yard line after the fact by reversing the process).
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,020
Members
449,203
Latest member
tungnmqn90

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