flag if

Samuel Dowdy Jr.
ββββββ
I want this to say flag if the task end date is greater than the hard stop date and Task Status in still in progress or not started
Answers
-
Try something like this...
=IF(AND(OR([Task Status]@row = "In Progress", [Task Status]@row = "Not Started"), [Task End Date]@row > [Hard Stop Date]@row), 1)
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!