Hello,
I currently am using the below formula in the At Risk column which works just fine.
If baseline due date is 3 days out and status is not checked off as complete as well as % complete is not 100%, flag as at risk.
=IF(AND([Baseline Due Date]@row <= TODAY(3), [Baseline Due Date]@row >= TODAY(), Status@row <> "Yes", [% Complete]@row <> 1), 1, 0)
I'm attempting to revise formula for the below needs, but have exhausted my efforts in doing so.
Baseline due date = 3 days out
Baseline due date = in the past
AND
Date received does not = A date
Status does not = Yes (Complete)
% Complete does not = 100%
=
FLAG AT RISK