MrExcel helped me set up this page a couple of years ago for when my tournament had a woman join and I needed to populate the proper handicap on the scoring set up. The page properly distribute values to the pages it needs to, but when I need to add new courses here, I can't understand why it returns #NAME? what it is. This page is set up to show values if a Player is a woman "Gina M" or just a "Player". I don't get why all courses return #NAME? in the "if with Player" row for all courses and FALSE in the "if With Gina M" row when PineLakes is chosen. In the sheets that draw from this page, the values appear without these NAME and FALSE returns, but I don't know why they happen here. Arrays are way above my pay grade at the moment, so figuring this one out has been burdensome. Thanks for your help.
Cell Formulas | ||
---|---|---|
Range | Formula | |
C3 | C3 | =IF(B3="Gina M","F","M") |
C7:K7 | C7 | =IF(B5="FRONT",C11:K11,IF(B5="BACK",M11:U11)) |
C8:K8 | C8 | =INDEX(INDIRECT($I$3),1,IF($B$5="FRONT",COLUMN(B1),COLUMN(L1))) |
L8,V25,L25,V21,L21,V17,L17,V13,L13 | L8 | =SUM(C8:K8) |
C9:K9 | C9 | =INDEX(INDIRECT($I$3),IF($C$3="M",2,3),IF($B$5="FRONT",COLUMN(B1),COLUMN(L1))) |
W13,W25,W21,W17 | W13 | =SUM(L13+V13) |
C30:K30 | C30 | =IF(AND(B3=Player,$B5="FRONT",$I3="PineLakes"),$C$14:$K$14,IF(AND($B5="BACK",$I3="PineLakes"),$M$14:$U$14,IF(AND($B5="FRONT",$I3="Oleander"),$C$18:$K$18,IF(AND($B5="BACK",$I3="Oleander"),$M$18:$U$18,IF(AND($B5="FRONT",$I3="IndianMound"),$C$22:$K$22,IF(AND($B5="BACK",$I3="IndianMound"),$M$22:$U$22,IF(AND($B5="FRONT",$I3="Sanctuary"),$C$26:$K$26,IF(AND($B5="BACK",$I3="Sanctuary"),$M$26:$U$26)))))))) |
C31:K31 | C31 | =IF(AND(B3="Gina M",$B5="FRONT",$I3="PineLakes"),$C$15:$K$15,IF(AND($B5="BACK",$I3="PineLakes"),$M$15:$U$15,IF(AND($B5="FRONT",$I3="Oleander"),$C$19:$K$19,IF(AND($B5="BACK",$I3="Oleander"),$M$19:$U$19,IF(AND($B5="FRONT",$I3="IndianMound"),$C$23:$K$23,IF(AND($B5="BACK",$I3="IndianMound"),$M$23:$U$23,IF(AND($B5="FRONT",$I3="Sanctuary"),$C$27:$K$27,IF(AND($B5="BACK",$I3="Sanctuary"),$M$27:$U$27)))))))) |
M30:M31,M33 | M30 | =FORMULATEXT(C30) |
C33:K33 | C33 | =INDEX(INDIRECT($I$3),IF($C$3="M",2,3),IF($B$5="FRONT",COLUMN(B1),COLUMN(L1))) |
Press CTRL+SHIFT+ENTER to enter array formulas. | ||
Dynamic array formulas. |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B3 | List | =S22_90!$J$2:$J$19 |
B5 | List | =Side |
B13 | List | =S22_90!$O$2:$O$6 |
B17 | List | =S22_90!$O$2:$O$6 |
B21 | List | =S22_90!$O$2:$O$6 |
B25 | List | =S22_90!$O$2:$O$6 |
I3 | List | =S22_90!$O$2:$O$6 |