Hoping for a bit of help here.
I have a spreadsheet (team results) and need to enter a column of points won in a match. Each match contists of 12 games so I have a column for games won and games lost. What I need is the folurmlea that will give 3 points if the games won is greater than games lost, 1 point if they are equal or 0 is won is less than lost.
So what I need is this
=IF(gameswon>gameslost,pts=3,or IF gameswon=gameslost,pts=-1,else,0)
If that makes sense. I can do the If function with only two outcomes but cant seem to get my head around 3 outcomes.
Cheers
G
I have a spreadsheet (team results) and need to enter a column of points won in a match. Each match contists of 12 games so I have a column for games won and games lost. What I need is the folurmlea that will give 3 points if the games won is greater than games lost, 1 point if they are equal or 0 is won is less than lost.
So what I need is this
=IF(gameswon>gameslost,pts=3,or IF gameswon=gameslost,pts=-1,else,0)
If that makes sense. I can do the If function with only two outcomes but cant seem to get my head around 3 outcomes.
Cheers
G
Last edited: