Something strange with my formula. It was working fine earlier, but not now (something changed?)
IF({Date} >= 365, “ :x: ”,
IF({Date} <= 0, “ :x: ”,
IF({Date} < 334, “ :white_check_mark: ”,
IF({Date} >= 335, “ :warning: ”))))
When field is empty or 0...