B
Barney
I'm trying to track a golfing Nassau bets between two teams.
In columns B & C are the two teams respective scores on each hole. Column D
tracks how Team 1 stands for Bet #1. If Team 1 has the highest score on
hole 1, they are -1, if they are lowest on hole 1 they are +1, and if they
tie, they are 0 (zero). Each hole then increments column D by one, up or
down, or remains the same depending on the outcome of that hole.
Once a team is up or down by 2 a new bet (Bet 2) starts and is tracked in
column E. (Etc. to Bets 3, 4 and perhaps 5.)
Bet two, once started should increment just like bet 1 with each hole.
That is where my trouble starts as you can see in the example.
http://jaxsi.org/NassauBets.xls
My formula:
=IF(AND(SUM(E$5:E$6=0),ABS(D6)>1),IF($B7>$C7,E6-1,IF($B7=$C7,$E6,IF($B7<$C7,$E6+1,0))))
Can anyone suggest the correct formula?
I hope my description makes sense,
Thanks,
Barney
In columns B & C are the two teams respective scores on each hole. Column D
tracks how Team 1 stands for Bet #1. If Team 1 has the highest score on
hole 1, they are -1, if they are lowest on hole 1 they are +1, and if they
tie, they are 0 (zero). Each hole then increments column D by one, up or
down, or remains the same depending on the outcome of that hole.
Once a team is up or down by 2 a new bet (Bet 2) starts and is tracked in
column E. (Etc. to Bets 3, 4 and perhaps 5.)
Bet two, once started should increment just like bet 1 with each hole.
That is where my trouble starts as you can see in the example.
http://jaxsi.org/NassauBets.xls
My formula:
=IF(AND(SUM(E$5:E$6=0),ABS(D6)>1),IF($B7>$C7,E6-1,IF($B7=$C7,$E6,IF($B7<$C7,$E6+1,0))))
Can anyone suggest the correct formula?
I hope my description makes sense,
Thanks,
Barney