Bowling Secretary Spreadsheet

rlabonte68

New Member
Joined
Nov 12, 2021
Messages
26
Office Version
  1. 2019
Platform
  1. Windows
  2. MacOS
I am trying to create a spreadsheet that will calculate averages and handicap. Bowl 3 games per week with an average each week, so an average after 3 games, 6 games and so forth. Handicap is calculated as such, 90% of 190. You subtract their average from 190 then times .9. I also need the handicap result to round down if decimal is .5 or lower and round up if over .5.
 
I made a correction so that if a player has less games than the averaged number, it will use all of their games.
Please use the below pasted formulas as the previous ones didn't have this correction.
Not every player needs to have the same number of games, for example:
Book2
ABCDEFGHIJKLMNO
2StandardPercentageGame Average
319090%6
4
5AverageHandicapGame 1Game 2Game 3Game 4Game 5Game 6Game 7Game 8Game 9Game 10Game 11Game 12
6Player 1117.75651794010296401432191821851213571
7Player 2143.66666674221811719647153125119157161
8Player 3125.66666675811681177101587112713521614422062
9Player 411171212122102879449
10Player 5145.75401731006618395142193137176200182102
11Player 6113.083333369213199781915210558598318037102
12Player 7141.625441701101608912319571215
13Player 8130.3333333544018521814621114874532011546668
14Player 9126.1666667575110210110116620313010013183218128
15Player 10118.1818182651591121861136278738999206123
16Player 11128.833333355955321119674761062198121413091
17Player 12134.416666750591634010919516011513321791200131
18Player 13120.5833333621698146106778621314237151197142
19Player 14114.2689341557516811517150215159
20Player 151186548188
Sheet1
Cell Formulas
RangeFormula
B6:B20B6=AVERAGE(INDIRECT(IF(COUNTA(INDIRECT(ROW()&":"&ROW())-3)>=GamesToAverage,ADDRESS(ROW(),COUNTA(INDIRECT(ROW()&":"&ROW()))- GamesToAverage +1), ADDRESS(ROW(),COLUMN()+2))& ":" & ADDRESS(ROW(),COUNTA(INDIRECT(ROW()&":"&ROW())))))
C6:C20C6=IF(MOD(((Standard-INDIRECT(ADDRESS(ROW(),COLUMN()-1)))*HandicapPercentage),1)<= 0.5, ROUNDDOWN(((Standard-INDIRECT(ADDRESS(ROW(),COLUMN()-1)))*HandicapPercentage),0),ROUNDUP(((Standard-INDIRECT(ADDRESS(ROW(),COLUMN()-1)))*HandicapPercentage),0))
Named Ranges
NameRefers ToCells
GamesToAverage=Sheet1!$C$3B6:B20
HandicapPercentage=Sheet1!$B$3C6:C20
Standard=Sheet1!$A$3C6:C20


Hope it helps
hello, i was looking to build something like this but i am bad at excel, so i copied your sheet to my excel, which is version 365, but the formulas don't work, average and handicap gives 0 as result, may you help me fixing this compatibility issue? it's probably that some fomulas have changed but i don't know which ones or maybe the syntax is wrong
 
Upvote 0

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi & welcome to MrExcel.

Rather than posting to a 3 year old thread, you are better off starting a thread of your own & posting some data along with what you are trying to do.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
I am trying to create a spreadsheet that will calculate averages and handicap. Bowl 3 games per week with an average each week, so an average after 3 games, 6 games and so forth. Handicap is calculated as such, 90% of 190. You subtract their average from 190 then times .9. I also need the handicap result to round down if decimal is .5 or lower and round up if over .5.
You need to read and understand the rules by American Bowling Congress. Even if your average is 194.99999 your average is 194. You ALWAYS round down to get average.
 
Upvote 0

Forum statistics

Threads
1,221,813
Messages
6,162,126
Members
451,743
Latest member
matt3388

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