I have a sheet which records football results. Without using a helper column, is it possible to calculate the difference in scores listed as such...1-2, 2-3, 0-0 and so on?
I need to be able to do the following:-
If the away team's score is 2 or more greater than the home team, it is a W, otherwise, an L. So 0-2 would be a win, but 0-0 or 0-1 would be a loss
P is the column where the scores are stored. I know the textsplit function can help to do things like SUM numbers separated by a hyphen =SUM(--(TEXTSPLIT(P2,"-") but how to do what I am after?
Any help gladly accepted
I need to be able to do the following:-
If the away team's score is 2 or more greater than the home team, it is a W, otherwise, an L. So 0-2 would be a win, but 0-0 or 0-1 would be a loss
P is the column where the scores are stored. I know the textsplit function can help to do things like SUM numbers separated by a hyphen =SUM(--(TEXTSPLIT(P2,"-") but how to do what I am after?
Any help gladly accepted