At Risk Flag Formula Help

mmac
mmac ✭✭✭✭✭
edited 12/09/19 in Formulas and Functions

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

Tags:
«1

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!