Calculate and revise Handicaps every week of a 30 week season. Multiple criteria, can't figure out formula to make it work.

golden21060

New Member
Joined
May 6, 2016
Messages
2
Objective:
Calculate and revise Handicaps every week of a 30 week season based on the scores posted from of the previous weeks. The 30 week season starts 4/7/16 and ends 10/27/16.

Key Data Captured:
1. Each row has individual member’s information.
2. Each Column has specific information on team members as follows:
Cell(s) Column Location
· # of Rounds Played “B”
· Initial Handicap “M”
· Weekly Scores “T” Thru “AW” (30 weeks)
· Revised Handicaps “AY” thru “CB” (30 weeks) established by this formula.



SCORING RULES:

  1. For your first 3 rounds, we will use the handicap in column “M”.
  2. Your handicap for your 4th & 5th rounds will be the average of your first 3 scores, -72.
  3. Your handicap for all rounds after your 5th will be the average of your last 5 scores, -72.


Solution:
· To determine the handicap for this week, look at the # of rounds played (Col “B”), and the scores from previous weeks.
· If less than 4 rounds played, use rule #1.
· If 4 or 5 rounds played, use rule #2.
· If more than 5 rounds played, use rule #3

Challenge:

The conditions can occur during any week of the season. E.g., the first 3 rounds might not occur until week 5 if the player only plays week 1, 3, & 5, and skips weeks 2 & 4. Likewise, rounds 4 & 5, or 6+ could occur anytime in the season. So, the formula must also test for zeros in the score columns.
1. If Condition 1 is met (rounds 4>), use handicap in Col “M”.
2. If Condition 2 is met (rounds = 4 or 5), Use the average score of the 1st 3 scores -72. Begin by looking in W1 and forward and use 1st 3 scores that are not zero.
3. If Condition 3 is met (>5 rounds), use the average of the last 5 rounds, that are not zero, -72. Starting in the current week and looking back through the last 5 weeks that are not zero.


See examples below.

E.G. Use the scores in Red text for the 6 conditions shown below.
RuleWeek 1Week 2Week 3Week 4Week 5Week 6Week 7# RoundsAverageWeek 8 H'cap
1850008300284Use Initial HC
18508908300386Use Initial HC
209295091950493-7221
282
81
85
830085583-7211
382
83
82089
85
83684-7212
390
89
92
93
88
87
85789-7217

<tbody>
</tbody>



Note: When using an average, round up (E.G an average of 85.6 = 86. And an average of 93.25 = 93.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
No, it isn't a homework assignment. It's a request from a friend for a golf league and he put together the notes. I've struggled with a starting point for a formula with all the criteria. Is it one big if statement?
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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