VinceF
Board Regular
- Joined
- Sep 22, 2007
- Messages
- 186
- Office Version
- 2016
- Platform
- Windows
Your help is needed again and as always very much appreciated.
Golf game: either Two+ or Two++ Object with both games is to get as much under par as possible.
Two+ is with 3 players on a team and it must use the 2 lowest scores on the hole but if the third players score will help the team it uses all 3 scores.
Two++ is with 4 players on the team and it must use the low 2 scores on the hole but if the 3rd players score helps the team it will use it and same with the 4th players score.
In the example, the hole is a par 5 and 3 of the 4 players birdied the hole, the 4th players score doesn't help the team to get further under par therefore his score wouldn't count, the result should read -3
=IF(Main!$D$4="TWO+",IF(SMALL(K7:K10,3)>=K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)-K6*2),
IF(Main!$D$4="TWO+",IF(SMALL(K7:K10,3)<K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)+SMALL(K7:K10,3)-K6*3),
IF(Main!$D$4="TWO++",IF(SMALL(K7:K10,4)>=K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)+SMALL(K7:K10,3)-K6*3),
IF(Main!$D$4="TWO++",IF(SMALL(K7:K10,4)<K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)+SMALL(K7:K10,3)+SMALL(K7:K10,4)-K6*4)))))
Thanks in advance,
VinceF
Excel 2016
Win10
Golf game: either Two+ or Two++ Object with both games is to get as much under par as possible.
Two+ is with 3 players on a team and it must use the 2 lowest scores on the hole but if the third players score will help the team it uses all 3 scores.
Two++ is with 4 players on the team and it must use the low 2 scores on the hole but if the 3rd players score helps the team it will use it and same with the 4th players score.
In the example, the hole is a par 5 and 3 of the 4 players birdied the hole, the 4th players score doesn't help the team to get further under par therefore his score wouldn't count, the result should read -3
=IF(Main!$D$4="TWO+",IF(SMALL(K7:K10,3)>=K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)-K6*2),
IF(Main!$D$4="TWO+",IF(SMALL(K7:K10,3)<K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)+SMALL(K7:K10,3)-K6*3),
IF(Main!$D$4="TWO++",IF(SMALL(K7:K10,4)>=K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)+SMALL(K7:K10,3)-K6*3),
IF(Main!$D$4="TWO++",IF(SMALL(K7:K10,4)<K6,SMALL(K7:K10,1)+SMALL(K7:K10,2)+SMALL(K7:K10,3)+SMALL(K7:K10,4)-K6*4)))))
Thanks in advance,
VinceF
Excel 2016
Win10
Master Skins-Stableford Templet FINAL 3-29-22.xlsm | ||||
---|---|---|---|---|
J | K | |||
5 | HOLE | 1 | ||
6 | PAR | 5 | ||
7 | Kelly | 4 | ||
8 | Woody | 4 | ||
9 | Ty | 4 | ||
10 | Sid | 5 | ||
11 | ### | |||
Two Plus |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
J11 | Cell Value | <0 | text | NO |
K11 | Cell Value | <0 | text | NO |
D7:D46,J12:K12,J19:K19,J47:K47,J54:K54,J61:K61,J26:K26,J33:K33,J68:K68,J7:J11 | Cell Value | duplicates | text | NO |