Hi!
I have a table with Australian Football League Statistics. For column E "Disposal W/L", if D2 value is greater than D3 value then "W" if false then "L" and then if D4 value is greater than D5 value then "W" if false then "L" and so on.
I tried =IF(D2>D3, "W", "L") but that moves down and it's not correct. I just want to compare D2 with D3 and then D4 with D5 and then D6 with D7 and so on.
Would appreciate any help for a beginner here, thanks!
I have a table with Australian Football League Statistics. For column E "Disposal W/L", if D2 value is greater than D3 value then "W" if false then "L" and then if D4 value is greater than D5 value then "W" if false then "L" and so on.
I tried =IF(D2>D3, "W", "L") but that moves down and it's not correct. I just want to compare D2 with D3 and then D4 with D5 and then D6 with D7 and so on.
Would appreciate any help for a beginner here, thanks!
Ovens and Murray League Macro Enabled.xlsm | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Round | Team | Win/Lose | Total Disposals | Disposal W/L | Contested Disposals | Contested Disposal W/L | Uncontested Disposals | Uncontested Disposals W/L | Total Kicks | Total Kicks W/L | ||
2 | 1 | Wangaratta Magpies | W | 318 | 53 | 265 | 222 | ||||||
3 | 1 | Albury | L | 321 | 81 | 240 | 211 | ||||||
4 | 1 | Lavington | L | 275 | 91 | 184 | 192 | ||||||
5 | 1 | Corowa-Rutherglen | W | 355 | 83 | 272 | 203 | ||||||
6 | 1 | Myrtleford | W | 270 | 85 | 185 | 206 | ||||||
7 | 1 | Wangaratta Rovers | L | 286 | 82 | 204 | 208 | ||||||
8 | 2 | Albury | W | 395 | 122 | 273 | 240 | ||||||
9 | 2 | Wodonga | L | 385 | 104 | 281 | 215 | ||||||
10 | 2 | Wangaratta Magpies | W | 347 | 138 | 209 | 214 | ||||||
11 | 2 | Wangaratta Rovers | L | 293 | 93 | 200 | 193 | ||||||
12 | 2 | Lavington | W | 288 | 90 | 198 | 208 | ||||||
13 | 2 | Myrtleford | L | 323 | 96 | 227 | 210 | ||||||
14 | 2 | Wodonga Raiders | L | 268 | 82 | 186 | 197 | ||||||
15 | 2 | Yarrawonga | W | 355 | 117 | 238 | 241 | ||||||
16 | 2 | North Albury | L | 306 | 83 | 223 | 184 | ||||||
17 | 2 | Corowa-Rutherglen | W | 398 | 71 | 327 | 232 | ||||||
18 | 2 | Wangaratta Rovers | W | 388 | 89 | 299 | 227 | ||||||
19 | 2 | Wodonga Raiders | L | 352 | 80 | 272 | 227 | ||||||
20 | 2 | Corowa-Rutherglen | L | 348 | 105 | 243 | 209 | ||||||
21 | 2 | Albury | W | 346 | 99 | 247 | 213 | ||||||
22 | 2 | Wodonga | L | 376 | 87 | 289 | 224 | ||||||
23 | 2 | Wangaratta Magpies | W | 344 | 80 | 264 | 228 | ||||||
24 | 2 | Lavington | L | 260 | 70 | 190 | 195 | ||||||
25 | 2 | Yarrawonga | W | 322 | 112 | 210 | 219 | ||||||
26 | 2 | North Albury | L | 256 | 78 | 178 | 150 | ||||||
27 | 2 | Myrtleford | W | 352 | 72 | 280 | 233 | ||||||
28 | 3 | Lavington | L | 341 | 100 | 241 | 219 | ||||||
29 | 3 | Wangaratta Rovers | W | 372 | 118 | 254 | 231 | ||||||
30 | 3 | Corowa-Rutherglen | L | 270 | 114 | 156 | 151 | ||||||
Match Data |