Formula for red flag if 3 conditions are met
Formula to use red flag if : Is Milestone is checked, the Planned End Date is today or in the past, and Done is not checked
Tried the below but its not working
=IF(AND([Is Milestone]:[Is Milestone], 1, [Planned End Date]:[Planned End Date], @cell >= TODAY(), Done:Done, 1), 1, 0)
Answers
-
Try this
=IF(AND([Is Milestone]@row = 1, [Planned End Date]@row <= TODAY(), Done@row = 0), 1, 0)
-
Thanks!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives