J
JackT91
Hi
I'm setting up a spreadsheet for the fixtures/results/points table for
league so that all i have to do is enter the scores of each match and i
will calculate the wins/draws/losses for each team and then calculat
the points based on those wins/draws/losses.
I've managed to do the formulas for wins, losses and points, but i'
struggling with the draws.
The formula i'm using for draws is:
=IF(E4=E3,1,0)
It's adding 1 to a draw for each of the blank results, becaus
technically they are equal.
So what i would like to know is; is there a way i can set this formul
up so that it will only take into account the numerical values for th
scores, so it will only add 1 to draws when there is an actual score?
Also, while i have your attention, is there a way i can sort the point
table so the team with the most points is at the top and sorts itsel
when the points change? Even though every cell on those rows hav
formulas(except for the team names).
Thanks in advance! :
I'm setting up a spreadsheet for the fixtures/results/points table for
league so that all i have to do is enter the scores of each match and i
will calculate the wins/draws/losses for each team and then calculat
the points based on those wins/draws/losses.
I've managed to do the formulas for wins, losses and points, but i'
struggling with the draws.
The formula i'm using for draws is:
=IF(E4=E3,1,0)
It's adding 1 to a draw for each of the blank results, becaus
technically they are equal.
So what i would like to know is; is there a way i can set this formul
up so that it will only take into account the numerical values for th
scores, so it will only add 1 to draws when there is an actual score?
Also, while i have your attention, is there a way i can sort the point
table so the team with the most points is at the top and sorts itsel
when the points change? Even though every cell on those rows hav
formulas(except for the team names).
Thanks in advance! :