Help with status column formula
Hello, I have created a formula to show the status as not started, in progress or complete when the %complete column is changed.
This is the formula
=IF(OR(ISBLANK([Due Date]@row)), “”, IF([% Complete]@row = 1, “Complete”, IF(AND([Due Date]@row < TODAY()), “Overdue”, IF([%Complete]@row = “0”, “Not Started”, IF([%Complete]@row = “1”, “Complete”, IF([%Complete]@row = “”, ””, ”In Progress”))))))
Please can anyone let me know what is incorrect as I am getting #unparseable
Thanks!
Answers
-
Yeah
=IF([Due Date]@row="","",IF([% Complete]@row = 1, "Complete", IF([%Complete]@row = 0, "Not Started", IF([Due Date]@row < TODAY(), "Overdue","In Progress"))))
-
Thank you but it is still saying #unparseable :(
-
Check the column name %Complete in the formula. One reference has a space, one does not. Correct the misspelling of whichever one does not match your sheet.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!