Apple Numbers formula help!!
I have created this formula in cell I39:
IF(I31>I32, "WIN", IF(I31<I32, "Loss", IF(I31=I32, "draw")))
It works well but is returning "draw" if the two cells being compared are blank. I only want "draw" to show if there are actually values in cells I31 or I32 to compare, but to show nothing in cell I39 if either cell I31 or I32 is blank?. What do I add and where to make the formula work as I need it to?