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.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!