As the worldcup is coming I am trying to do a spread sheet in which I insert the result of a game and the spreadsheet calculates whether it is 1,X, or 2. I managed to do this however the problem is that when the cells are still empty because the game has not been played yet it is considering it as a draw and prints X in the cell. Could you tell me how to arrange my formula pls?.
=IF(F2=H2,"X",IF(F2>H2,1,IF(F2<H2,2,0)))
=IF(F2=H2,"X",IF(F2>H2,1,IF(F2<H2,2,0)))