Hopefully this has a simple solution. I'm an informatics nurse and am diving into excel to do a bunch of data mining, and this one formula isn't working for me. What I want to do is have a cell (this column tells me if meds were given early or late) look in another (has the time variance that a med was given), if it is over 60 to put in "LATE", if it is under 60 put in "EARLY", if the cell is blank then leave it blank. This is my formula, what am I doing wrong? The blank cells all have an EARLY when it should be left blank
=IF(G14>60,"Late",IF(G14<60,"Early",""))
=IF(G14>60,"Late",IF(G14<60,"Early",""))