Hi all,
I need help creating an =IF formula as follows;
If the value is equal to or greater then 0.00 = Win, 0.00 = Square, Lower = Loss and blank if nothing is entered.
So far I have gotten up to the formula below;
=IF((A1>0.00),"Win","Loss")
So only the win and loss, would really appreciate...