Hi,
I've set this up to give the Win / Loss / Draw based on the home teams score. But if the teams have a bye, the scores will be blank so if G7 is blank, then I want I7 to be blank also.
Thanks for your help
I've set this up to give the Win / Loss / Draw based on the home teams score. But if the teams have a bye, the scores will be blank so if G7 is blank, then I want I7 to be blank also.
2024 - Fixture Results.xlsx | |||||
---|---|---|---|---|---|
G | H | I | |||
1 | Home Score | Opposition Score | WIN/LOSS | ||
2 | DRAW | ||||
3 | 14 | 4 | WIN | ||
4 | 2 | 17 | LOSS | ||
5 | 7 | 32 | LOSS | ||
6 | 26 | 22 | WIN | ||
7 | DRAW | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2:I7 | I2 | =IF(G2>H2,"WIN",IF(G2<H2,"LOSS",IF(G2=H2,"DRAW",IF(ISBLANK(G2),"BLANK","NOT BLANK")))) |
Thanks for your help