I am new to the site as of today. I am building out an excel for a golf league and I have ran into a lil problem. What I am trying to do is pull in the handicap for each hole. I have succeeded with the formula. But the #1 handicap hole is referencing the vlookup name (which is 5 for the handicap). Instance if I have a 5 handicap in the league the output should be -1 for the first 5 hardest holes. It is skipping over the 1 handicap hole and just putting in 5 as what the handicap is and giving the 6th handicap hole a -1.
All your help would be much appreciated in helping me figure out what I am doing wrong.
The formula I am using is:
=VLOOKUP($AS$10,Sheet1!$A$4:$J$21,HLOOKUP(AT9,AT9:BB9,1,FALSE),FALSE)
Here is a glimpse of what my excel sheet shows:
[TABLE="width: 425"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="colspan: 9"]Marsh Oaks (back)[/TD]
[/TR]
[TR]
[TD]Hole[/TD]
[TD][/TD]
[TD]10[/TD]
[TD]11[/TD]
[TD]12[/TD]
[TD]13[/TD]
[TD]14[/TD]
[TD]15[/TD]
[TD]16[/TD]
[TD]17[/TD]
[TD]18[/TD]
[/TR]
[TR]
[TD]Par[/TD]
[TD][/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Handicap[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD]6[/TD]
[TD]9[/TD]
[TD]7[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]JZ[/TD]
[TD="align: right"] 5[/TD]
[TD] -1[/TD]
[TD]0[/TD]
[TD]-1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]-1[/TD]
[TD]5[/TD]
[TD]-1[/TD]
[TD]-1[/TD]
[/TR]
</tbody><colgroup><col span="2"><col span="6"><col><col span="2"></colgroup>[/TABLE]
Thanks again for all your help!
-John
All your help would be much appreciated in helping me figure out what I am doing wrong.
The formula I am using is:
=VLOOKUP($AS$10,Sheet1!$A$4:$J$21,HLOOKUP(AT9,AT9:BB9,1,FALSE),FALSE)
Here is a glimpse of what my excel sheet shows:
[TABLE="width: 425"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="colspan: 9"]Marsh Oaks (back)[/TD]
[/TR]
[TR]
[TD]Hole[/TD]
[TD][/TD]
[TD]10[/TD]
[TD]11[/TD]
[TD]12[/TD]
[TD]13[/TD]
[TD]14[/TD]
[TD]15[/TD]
[TD]16[/TD]
[TD]17[/TD]
[TD]18[/TD]
[/TR]
[TR]
[TD]Par[/TD]
[TD][/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Handicap[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD]6[/TD]
[TD]9[/TD]
[TD]7[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]JZ[/TD]
[TD="align: right"] 5[/TD]
[TD] -1[/TD]
[TD]0[/TD]
[TD]-1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]-1[/TD]
[TD]5[/TD]
[TD]-1[/TD]
[TD]-1[/TD]
[/TR]
</tbody><colgroup><col span="2"><col span="6"><col><col span="2"></colgroup>[/TABLE]
Thanks again for all your help!
-John