Fantasy Football Spreadsheet

cmcasper

New Member
Joined
Sep 12, 2011
Messages
34
This is probably simple for some of you, but I can't seem to figure it out. When using Excel to total team fantasy points, I need the total column to reflect 1 point for every FULL 10 yards rushing and receiving and 1 point for every FULL 25 yards passing. Meaning If a QB throws for 24 yards, that team would get 0 points, and if the QB throws for 49 points, that team would get 1 point. No decimal places or rounding up. Also, rushing/receiving yards don't get totaled, each is a separate entity, meaning 45 rushing yards and 59 receiving yards for the same player would not equal 104 rushing/receiving yards for a total of 10 points. It would be 9 points (4 for rushing and 5 for receiving). Thanks in advance for help!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
This is probably simple for some of you, but I can't seem to figure it out. When using Excel to total team fantasy points, I need the total column to reflect 1 point for every FULL 10 yards rushing and receiving and 1 point for every FULL 25 yards passing. Meaning If a QB throws for 24 yards, that team would get 0 points, and if the QB throws for 49 points, that team would get 1 point. No decimal places or rounding up. Also, rushing/receiving yards don't get totaled, each is a separate entity, meaning 45 rushing yards and 59 receiving yards for the same player would not equal 104 rushing/receiving yards for a total of 10 points. It would be 9 points (4 for rushing and 5 for receiving). Thanks in advance for help!
For the rushing points:

A1 = rushing yards

=INT(A1/10)

For the passing points:

B1 = passing yards

=INT(B1/25)
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

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