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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives