VinceF
Board Regular
- Joined
- Sep 22, 2007
- Messages
- 192
- Office Version
- 2016
- Platform
- Windows
Hello..
For me this is a tough one....thanks for any assistance.
Golf Sheet
When I enter the formula G4+B4 into cell P4 I get a circular Reference error.
G4 reports the last value in row 4
C4 represents how the player scored against their quota for that round
B4 is the quota adjustment based on C4's result.
I'd like cell P4 to automatically populate based on the criteria in cells C4 & B4.
I hope that I explained this so that you can understand what it is that I'm trying to do..
Thanks,
VinceF
Excel 2016
For me this is a tough one....thanks for any assistance.
Golf Sheet
When I enter the formula G4+B4 into cell P4 I get a circular Reference error.
G4 reports the last value in row 4
C4 represents how the player scored against their quota for that round
B4 is the quota adjustment based on C4's result.
I'd like cell P4 to automatically populate based on the criteria in cells C4 & B4.
I hope that I explained this so that you can understand what it is that I'm trying to do..
Thanks,
VinceF
Excel 2016
RESULTS 11-5-23 INDIANWOOD QUOTA & SKINS.xlsm | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |||
1 | MAIN | INSTRUCTIONS | (0/2) No Adjustment (3/6) +1 or -1pt (7/9) +2pts or -2pts (10) or More +3pts or -3 pts | |||||||||||||||||||
2 | STARTING | STARTING | ADJUSTED | 9/24 | 9/27 | 9/1 | 10/1 | 10/4 | 10/18 | 10/24 | 11/12 | |||||||||||
3 | ADJ | TODAY | PLAYER | INDEX | QUOTA | QUOTA | Quota | Quota | Quota | Quota | Quota | Quota | Quota | Quota | Quota | Quota | Quota | Quota | ||||
4 | -3 | -10 | ADAM ALTMAN | 9.0 | 23 | 20 | 22 | 20 | 0 | |||||||||||||
5 | ADAM PIOCH | |||||||||||||||||||||
6 | ALLEN PRAET | |||||||||||||||||||||
7 | ANTHONY STEFANI | 29 | 29 | |||||||||||||||||||
8 | AUSTIN ROMZEK | 26 | 25 | 25 | 26 | |||||||||||||||||
9 | BILL KNIGHT | |||||||||||||||||||||
10 | BILLY UHL | |||||||||||||||||||||
11 | BRANDON LESKE | |||||||||||||||||||||
12 | BRIAN KNOX | 24 | 24 | |||||||||||||||||||
13 | CHARLIE SCHULTZ | |||||||||||||||||||||
14 | CHRIS KIPP | |||||||||||||||||||||
15 | CRAIG COMO | |||||||||||||||||||||
16 | +1 | +5 | CRAIG MCCARVER | 7.7 | 25 | 23 | 24 | 24 | 25 | 23 | 23 | |||||||||||
17 | DALE VANDERVERDE | |||||||||||||||||||||
18 | DAN KOSMALSKI | 17 | 17 | |||||||||||||||||||
19 | -1 | -3 | DAN RAICEVICH | 4.3 | 29 | 28 | 28 | |||||||||||||||
20 | DAN SERVITO | 16 | 16 | |||||||||||||||||||
21 | DAN STAUB | 26 | 26 | |||||||||||||||||||
22 | DAVE REGIANI | |||||||||||||||||||||
23 | DEAN PIOCH | 33 | 33 | 33 | ||||||||||||||||||
24 | 0 | 0 | DINO CERVI | 3.0 | 30 | |||||||||||||||||
25 | DREW WEAVER | 28 | 28 | |||||||||||||||||||
26 | GALEN KERSTAN | 23 | 23 | |||||||||||||||||||
27 | GREG PINE | |||||||||||||||||||||
28 | HUNTER WENDT | 17 | 17 | |||||||||||||||||||
29 | JAKE PRITCHARD | |||||||||||||||||||||
30 | JAKE SLOAN | |||||||||||||||||||||
31 | JAKE TRANSIT | 34 | 31 | 32 | 32 | 32 | 32 | 34 | ||||||||||||||
32 | +1 | +5 | JAMES BATTAGLIA | 14.1 | 18 | 15 | 17 | 17 | 15 | |||||||||||||
33 | 0 | +2 | JEFF DUNCAN | 3.5 | 30 | 28 | 28 | |||||||||||||||
34 | JEFF KAMLAY | 26 | 26 | |||||||||||||||||||
Player Quota History |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B4:B34 | B4 | =IF(C4="","", IF(C4=0,0, IF(C4=1,0, IF(C4=2,0, IF(C4=3,1, IF(C4=4,1, IF(C4=5,1, IF(C4=6,1, IF(C4=-1,0, IF(C4=-2,0, IF(C4=-3,-1, IF(C4=-4,-1, IF(C4=-5,-1, IF(C4=-6,-1, IF(C4=7,2, IF(C4=8,2, IF(C4=9,2, IF(C4=-7,-2, IF(C4=-8,-2, IF(C4=-9,-2, IF(C4>=10,3, IF(C4>=-10,-3, IF(C4=-11,3, IF(C4=-12,3, IF(C4=-13,3, IF(C4=-14,3, IF(C4=-15,3, ))))))))))))))))))))))))))) |
C4:C34 | C4 | =IFERROR(INDEX(Main!$AK$11:$AK$50,MATCH($D4,Main!$G$11:$G$50,0)),"") |
E4:E34 | E4 | =IFERROR(INDEX(Main!$H$11:$H$50,MATCH(D4,Main!$G$11:$G$50,0)),"") |
F4:F34 | F4 | =IFERROR(INDEX(Main!$J$11:$J$50,MATCH(D4,Main!$G$11:$G$50,0)),"") |
G4:G34 | G4 | =IFERROR(LOOKUP(2,1/($I4:$AL4<>""),$I4:$AL4),"") |
P4 | P4 | =G4+B4 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
H4:H100 | Cell Value | contains "FALSE" | text | NO |
F4:F100 | Expression | =ISNUMBER(#REF!) | text | NO |
F4:F100 | Expression | ="if(and($B$2=""skins"",$E$2=ismumber)" | text | NO |
F4:F100 | Expression | =ISTEXT($D$36) | text | NO |