Results 1 to 4 of 4

Thread: Deduct Highests Scores By Condition

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    5
    Rep Power
    0

    Question Deduct Highests Scores By Condition

    Hello,

    Would appreciate your help...I'm setting up a template for Atlantic golf scoring. I have everything working but stuck at the level of deducting points.

    Points will be deducted from total highest scores based on the below table condition. What is the formula that I can use under column "X" of the attached file & also perform a conditional formatting of values?

    This is the "Atlantic Scoring" method of calculation.

    How points are deducted is that you take your gross score & deduct your highest score per hole following the table.

    Column Z is indicating amount of holes that required to be deducted.

    Example:
    For player 1

    Gross score: 81

    Highest scores per hole
    Hole 16 =7
    Hole 14 =6 *calculated at .5

    .5 calculation for hold 14 = (6/2)= 3

    7+3=10

    81-10
    Atlantic score = 71

    What is the best method for me to do this?

    Deduction Table by highest scores:
    0 - 72 = 0
    73 - 75 = 0.5
    76 - 80 = 1
    81 - 85 = 1.5
    86 - 90 = 2
    91 - 95 = 2.5
    96 - 100 = 3
    101 - 104 = 3.5
    105 - 109 = 4
    110 - 114 = 4.5
    115 - 119 = 5
    120 - 124 = 5.5
    125 - 129 = 6
    130 - 134 = 6.5
    135 - 139 = 7
    140 - 144 = 7.5
    145 - 149 = 8
    150 - 154 = 8.5
    155 - 159 = 9
    Attached Files Attached Files

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    How come for player 1 & 3 you are taking only 2 cells for deduction, and for 2 & 4, 4 cells?
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Junior Member
    Join Date
    Jan 2013
    Posts
    5
    Rep Power
    0
    Points are to be deducted depending on the gross score of players.

    Depending on the what the player obtained as highest score.

    Example on Player 4
    He needs to be deducted = 3.5 from highest score

    Holes:7 score » 9, 9 score » 8, 11score » 8 & 16 score » 8(Hole 16 is to be divided by 2 = 8/2=4)
    Total deduction: 29

    Net score: 101-29= 72

  4. #4
    Junior Member
    Join Date
    Jun 2013
    Posts
    1
    Rep Power
    0
    G'day,

    After scratching my head for a while I realised what your trying to explain. Then scratched my head some more to make it work automatically and now I have a large gaping hole in my head. Hahahaha.

    Then this workbook popped out.

    Edit: Did not allow player to be under Par. Please replace the formula in cell X10 with this one.

    Code:
    =IF(Z10=0,W10,W10-IF(Z10=0.5,OFFSET('Scoring Database'!A3,0,VLOOKUP(Z10,Half,2,FALSE))/2,SUM('Scoring Database'!A3:OFFSET('Scoring Database'!A3,0,AB10-1))+IF(ISNA(VLOOKUP(Z10,Deduction,1,FALSE)),0,OFFSET('Scoring Database'!A3,0,VLOOKUP(Z10,Half,2,FALSE)-1)/2)))
    Attached Files Attached Files
    Last edited by ratcat; 06-09-2013 at 05:36 PM.

Similar Threads

  1. Replies: 4
    Last Post: 03-01-2013, 10:48 PM
  2. Formula Based On Condition
    By Aryan063007 in forum Excel Help
    Replies: 4
    Last Post: 10-09-2012, 10:37 AM
  3. Calculation with different condition in a cell
    By LalitPandey87 in forum Excel Help
    Replies: 5
    Last Post: 04-04-2012, 08:38 AM
  4. Excel Nested IF 3 Condition Formula
    By yomgi in forum Excel Help
    Replies: 2
    Last Post: 02-20-2012, 11:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •