View Single Post
  #2   Report Post  
Ragdyer
 
Posts: n/a
Default

One way:

=IF(A1A2,"Win",IF(A1<A2,"Loss","Draw"))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"crossroader35" wrote in message
...
I am currently building a spreadsheet to help track progress and other
information for a local sports club. What I need is a formula that will

all
me to display one of three outcomes, win/loss/draw from two variables i.e
Points for and points against.

if for instance cell A1 is a value for "Points for" and cell a2 is a value
for "Points against", then I wish to display either win/loss/draw

depending
on whether a1a2, a1<a2 or a1=a2.

Can anyone help by providing me with a formula for such

Thanks
Crossroader35