I have a small table which lists the following
Name, Played, Won, Lost, % Average
Now if when doing my calcualtion the player has played 5 game and won none then the average is 0. Excel insists in giving me #DIV/0 error. The formulae I'm using is
=IF(played/won=0,0,played/won)
What i want it to return is
played 1, won 1 =100
played 1 won 0 = 0
Sorry if this is not too clear, any ideas?
Cheers
Name, Played, Won, Lost, % Average
Now if when doing my calcualtion the player has played 5 game and won none then the average is 0. Excel insists in giving me #DIV/0 error. The formulae I'm using is
=IF(played/won=0,0,played/won)
What i want it to return is
played 1, won 1 =100
played 1 won 0 = 0
Sorry if this is not too clear, any ideas?
Cheers