Hi all,
I'm creating a dart scorer for my dart team.
We stop working out the player averages when the remaining score gets below 140. In the example below the remaining score is E1
e.g if the remaining score when it's player 2s turn is 145 his score wants to be counted towards his average. If he scores 6 or more the taking the remaining score below 140 the scores from then on are not counted on the averages. Hope that makes some sort of sense.
Would someone be able to help me with the formula to do this?
Thanks Wayne.
I'm creating a dart scorer for my dart team.
We stop working out the player averages when the remaining score gets below 140. In the example below the remaining score is E1
e.g if the remaining score when it's player 2s turn is 145 his score wants to be counted towards his average. If he scores 6 or more the taking the remaining score below 140 the scores from then on are not counted on the averages. Hope that makes some sort of sense.
Would someone be able to help me with the formula to do this?
Thanks Wayne.
Darts Scorer v1.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | |||
1 | 308 | |||||||||||
2 | Team 1 | 1001 | ||||||||||
3 | Throws | Player 1 | Player 2 | Player 3 | Player 4 | Player 5 | Player 6 | Round | 1001 | |||
4 | ||||||||||||
5 | 1 | 100 | 45 | 90 | 56 | 56 | 100 | 447 | 554 | |||
6 | 2 | 50 | 20 | 65 | 45 | 45 | 21 | 246 | 308 | |||
7 | 3 | |||||||||||
8 | 4 | |||||||||||
9 | 5 | |||||||||||
10 | 6 | |||||||||||
11 | 7 | |||||||||||
12 | 8 | |||||||||||
13 | 9 | |||||||||||
14 | 10 | |||||||||||
15 | 11 | |||||||||||
16 | 12 | |||||||||||
17 | 13 | |||||||||||
18 | 14 | |||||||||||
19 | 15 | |||||||||||
20 | 16 | |||||||||||
21 | 17 | |||||||||||
22 | 18 | |||||||||||
23 | 19 | |||||||||||
24 | 20 | |||||||||||
25 | 21 | |||||||||||
26 | 22 | |||||||||||
27 | 23 | |||||||||||
28 | 24 | |||||||||||
29 | 25 | |||||||||||
30 | 26 | |||||||||||
31 | 27 | |||||||||||
32 | 28 | |||||||||||
33 | 29 | |||||||||||
34 | 30 | |||||||||||
35 | Averages | 75.00 | 32.50 | 77.50 | 50.50 | 50.50 | 60.50 | 346.50 | ||||
Game 1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E1 | E1 | =IF(COUNT(J5:J34)>0,MIN(J5:J34),K2) |
J3 | J3 | =K2 |
I5:I34 | I5 | =IF(COUNT(C5:H5)>0,SUM(C5:H5),"") |
J5 | J5 | =IF(LEN(I5)>0,IF(I5>J3,J3,IF(AND($B$1="Double",(J3-I5)=1),J3,J3-I5)),"") |
J6:J34 | J6 | =IF(LEN(I6)>0,IF(I6>J5,J5,IF(AND($B$1="Double",(J5-I6)=1),J5,J5-I6)),"") |
C35:H35 | C35 | =IFERROR(AVERAGE(C2:C29)+C32,"0") |
I35 | I35 | =IFERROR(AVERAGE(I2:I29),"0") |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
LeftP1 | ='Game 1'!$J$3:$J$34 | J5 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
I5:I34 | Expression | =A5=1 | text | NO |