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.1K Get Help
- 382 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 Webinars
- 7.3K Forum Archives