J
jfab
Here is what my problem is;
W L T %
team a 1 1 1 .333
my formula for getting this is :
=IF(ISERROR(SUM(E28)/(E28+F28+G28)),0,(E28)/(E28+F28+G28))
as you can see it does give me the correct %, but the fact of th
matter is the % is off by .167 %.
in other words:
W L T %
1 1 0 .500
1 2 0 .333
2 1 0 .667
a tie is consider a whole game won or lost.
a team with a 1 - 1 -1 record should have a percentage of .416%.
the difference between .500 and .333 is .167.
so if you take 1/2 of the .167 that is .083.
add the .083 to the .333 and you get .416.
does any one out there have a solution to this?
what if there are more than 1 tie?
any help would be apprciated.
thank
W L T %
team a 1 1 1 .333
my formula for getting this is :
=IF(ISERROR(SUM(E28)/(E28+F28+G28)),0,(E28)/(E28+F28+G28))
as you can see it does give me the correct %, but the fact of th
matter is the % is off by .167 %.
in other words:
W L T %
1 1 0 .500
1 2 0 .333
2 1 0 .667
a tie is consider a whole game won or lost.
a team with a 1 - 1 -1 record should have a percentage of .416%.
the difference between .500 and .333 is .167.
so if you take 1/2 of the .167 that is .083.
add the .083 to the .333 and you get .416.
does any one out there have a solution to this?
what if there are more than 1 tie?
any help would be apprciated.
thank