Hello - I'm trying to indicate which tasks are at risk by raising a flag when the due date is past due and the task is not 100%. This has worked in other smartsheets for me, but when I copy the formula into a new smartsheet it is not working.
I'm using: =IF(AND([Finish Date]@row < TODAY(), [% Complete]@row < 1), 1, 0)
Any help would be appreciated.
This is what I'm seeing, none of these should be flagged as the date is not past due.