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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 447 Show & Tell
- 29 Member Spotlight
- 1 SmartStories
- 285 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!