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
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!