Formula to update status value
Hi,
I would like to create a formula to update the value in the status field (it's a drop-down list). If the start date is in the future = "Not Started," if it's in the past = "In Progress," if it's 100% Complete, then "Complete."
I've tried and get an unparseable error. Any help would be appreciated!
Comments
-
What formula did you try? (It helps to see what you column names are)
What about Today (neither future or past)?
Something like this will be the pattern
=IF([% Complete]@row=1,"Complete",IF([Start Date]@row > TODAY(),"Not Started", "In Progress"))
Note that Complete comes first so the date effect is ignored.
Craig
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives