Workflow failed due to linked cells. Need help writing formula for Status changes.
I have the following Smartsheet and am trying to automate Status changes based on start and end dates, but from what I've read, I can't do that since my Start Date values are linked cells.
Can someone help me write a formula for the Status column to populate either: Not Started, In Progress, Complete, Overdue based on the following logic?
Thank you!
Best Answer
-
Give this a try:
=IF([Approved?]@row = 1, "Complete", IF([End Date]@row< TODAY(), "Overdue", IF([Start Date]@row> TODAY(), "Not Started", "In Progress")))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Give this a try:
=IF([Approved?]@row = 1, "Complete", IF([End Date]@row< TODAY(), "Overdue", IF([Start Date]@row> TODAY(), "Not Started", "In Progress")))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
thank you! that was much simpler than what i tried! too many AND clauses in my attempt. I appreciate it!
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!