Participants and Handicap Update
#5
RE: Participants and Handicap Update
Very nice, Rick. If that's Excel, you can use the ROUND function to round the handicap to the next higher or lower integer depending on ifthe decimal ishigher or lower than .5 if you want to.
#8
RE: Participants and Handicap Update
ORIGINAL: Primitive Weapon
VERY NICE!! Will the handicaps be updated each week?
VERY NICE!! Will the handicaps be updated each week?
#9
RE: Participants and Handicap Update
ORIGINAL: HuntingEd
is it possible to get a score higher than 300 w/ a handicap?
is it possible to get a score higher than 300 w/ a handicap?
#10
RE: Participants and Handicap Update
I dont know if you've done this already but you can put a formula like this and it will not allow the score to go over 300:
=IF((D6+E6)<300,(D6+E6),300)
*The cells that were added together will change based on your spreadsheet
=IF((D6+E6)<300,(D6+E6),300)
*The cells that were added together will change based on your spreadsheet