How do I flag and unflag automatically
When "start date" is in the past, I need "late start" to flag. If I change the status column to completed or rejected, I need it to unflag
I cannot seem to get any formulas right for this.
Best Answer
-
Hello @KBSheetBI
Try this formula inside the Late Start column, and let me know if it works for you:
=IF(OR(Status@row = "Completed", Status@row = "Rejected"), 0, IF([Start Date]@row > TODAY(), 0, 1))
https://www.linkedin.com/in/zchrispalmer/
Answers
-
Hello @KBSheetBI
Try this formula inside the Late Start column, and let me know if it works for you:
=IF(OR(Status@row = "Completed", Status@row = "Rejected"), 0, IF([Start Date]@row > TODAY(), 0, 1))
https://www.linkedin.com/in/zchrispalmer/
-
Perfect @Mr. Chris
-
Glad this worked for you!
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 146 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!