Formula "Project is not complete and due day is passed"
Hi everybody,
could you help me with a formula please:
The Idea is if the Status of the project is not "Complete" and due day is passed (it's more then TODAY), i need the red symbol in the column. In other cases, i need nothing.
Here is my formula looks like:
=IF(Status22 = "In Progress", "", IF(Status22 = "Not Started", "", IF(AND(Status22="Complete", IF([Planned End]22>=TODAY, "Red")
Thank you very much in advance!
Best Answer
-
Try this...
=IF(AND(Status@row <> "Complete", Finish@row < TODAY()), "Red")
Answers
-
Try this...
=IF(AND(Status@row <> "Complete", Finish@row < TODAY()), "Red")
-
Paul, thank you so much! It works 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!