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
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives