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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!