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 👍️
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!