Hello!! I'm trying to target the "At Risk" column with a formula to "flag" automatically.
I need to have my At Risk flag marked automatically if a task is overdue [End Date] and the [Status] is "Not Started" and "In Progress"
I tried using this formula:
=IF(AND([End Date]@row <= TODAY(), Status@row <> "Not Started" "In Progress"), 1, 0)
I'm getting an #UNPARSEABLE error
Please help,
Thanks!