The formula I have in the At Risk column is:
=IF(AND([Finish Date]@row < TODAY(), NOT([% Complete]@row = "100%")), 1, 0)
So I want it to flag the row if something is overdue and not complete. However, if you look at the two that are flagged red, they shouldn't be marked since they've been 100% completed. What am I doing wrong?