NARAYANK991
Excel Ninja
Hi Mark ,
I have been following this topic with some interest , and would like to know the following :
1. Suppose we have the scores for each hole from two teams , can we not use just :
=SIGN(Team1-Team2)
for each hole ?
This function returns 0 if both the scores are the same , +1 if Team1 takes a greater number of strokes than Team2 , and -1 if Team1 takes a lesser number of strokes than Team2.
2. Now we can just sum this result for all the 18 holes , column by column. The formula to be used is : =ABS(SUM($C$18:C18)) where column C has the starting hole , and column T has the 18th hole score. Since one end of the above range is anchored , after two holes , we will have the resultant of the first two holes , after the first three , we will have the resultant of the first three and so on.
3. We also see how many holes are remaining , by using : =COLUMNS(D19:$T$19) , where the end point is anchored , and we start counting from hole #2.
4. Whenever the result in step 2 is greater than the result from step 3 , the game is over.
Narayan
I have been following this topic with some interest , and would like to know the following :
1. Suppose we have the scores for each hole from two teams , can we not use just :
=SIGN(Team1-Team2)
for each hole ?
This function returns 0 if both the scores are the same , +1 if Team1 takes a greater number of strokes than Team2 , and -1 if Team1 takes a lesser number of strokes than Team2.
2. Now we can just sum this result for all the 18 holes , column by column. The formula to be used is : =ABS(SUM($C$18:C18)) where column C has the starting hole , and column T has the 18th hole score. Since one end of the above range is anchored , after two holes , we will have the resultant of the first two holes , after the first three , we will have the resultant of the first three and so on.
3. We also see how many holes are remaining , by using : =COLUMNS(D19:$T$19) , where the end point is anchored , and we start counting from hole #2.
4. Whenever the result in step 2 is greater than the result from step 3 , the game is over.
Narayan