Try this:
=IF(OR(ISBLANK(F84),ISBLANK(F85)),"NA",IF(F85>F84,"Winner","Loser"))
Does that help?
Regards,
Ron

Signature
Ron Coderre
Ron Coderre - 17 Dec 2005 04:20 GMT
Another option:
=IF(COUNT(F84:F85)<2,"NA",IF(F85>F84,"Winner","Loser"))
Helping yet?
Regards,
Ro
Smokey_Vol - 17 Dec 2005 04:37 GMT
Ron Coderre Wrote:
> Try this:
>
[quoted text clipped - 4 lines]
> Regards,
> Ron
It worked. Thanks
Now I'm just trying to understand how
--
Smokey_Vo
Smokey_Vol - 17 Dec 2005 04:42 GMT
Well I take that back.......... I getting N/A when it should be winner
and/or loser.

Signature
Smokey_Vol
Smokey_Vol - 17 Dec 2005 04:57 GMT
My bad users error. The first formula does work.

Signature
Smokey_Vol