I have a column "INACTIVE" that I'm trying to delete because I don't need it anymore. However, when I do, a different column that has a formula in it changes to "#BLOCKED." The "inactive" column is not part of the formula. I don't understand why deleting this column is causing this other column to be impacted. Below is the formula. Does anyone have any thoughts?
=IF(Ineligible@row = 1, "Red", IF([Launch Date]@row = "", "Yellow", IF(AND([Launch Date]@row < TODAY(), Engaged@row = 1), "Green", IF([Launch Date]@row > TODAY(), "Red", "Yellow"))))