With the formula below, what do I add to make a blank end date cell black instead of red?
=IF(Status@row = "Complete", "Blue", IF(AND(Status@row = "Not Started", TODAY(5) <= [End Date]@row), UNICHAR(9899), IF(AND(Status@row <> "Complete", TODAY() > [End Date]@row), "Red", IF(AND(Status@row <> "Complete", TODAY(5) <= [End Date]@row), "Green", "Yellow"))))