I am writing a triple IF statement that reads
=IF(A1="X","SG3",IF(B1="X","SG2",IF(C1="X","SG1","")))
the formula works for putting the SG3 where i want it to go, but i am getting an error in the other 2 cells. Any ideas as to why the cells that are not true are not showing up as blank?