Desperately trying to find a formula that does this: if due date is past and checkbox is blank then flag red in Symbol column
For Row 15, tried this but it is not parseable.
I used this formula in the Flag column
=IF(AND([Checkbox]15 < 1,TODAY()>[Finish]15)1)
says UNParseble