I have used the following formula in a few of my sheets, and it usually works. But sometimes I get a Blocked Error - can someone interpret the problem for me?
=IF(NOT(ISBLANK([Closed Date]@row)), "Closed", IF(AND([Due Date]@row < [Todays Date]#, NOT(ISBLANK([Due Date]@row))), "Overdue", "Open"))