How do I mark a row complete based on answers from another cell?
I have a cell called Bucket with 6 possible options(Needs Review, Not Doing, Easy to Do, Should Do Needs Comms, Done) and want the status field to mark complete if the cell is anything but Needs Review
I tried =IF([Bucket]1 "Not Doing" = "Complete") just to make one work that was marked as Not Doing as a start but on the cell I tried it in that didn't work. Any suggestions?
Best Answers
-
Try, =IF(Bucket@row <> "Needs Review", "Complete", "Needs Review")
-
However, if you add a formula to the status field, you can't also have the status field be manually changed as well. Any manual changes will overwrite your status field.
Answers
-
Try, =IF(Bucket@row <> "Needs Review", "Complete", "Needs Review")
-
However, if you add a formula to the status field, you can't also have the status field be manually changed as well. Any manual changes will overwrite your status field.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!