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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!