Changing Status Column Output based on Checkbox completion
I am working on a project that has Two Checkboxes labeled "Done" and "Sign Off" that I want to affect the Status column. The Status Column has the out put of "To Do" "Doing" Review" "Completed"
When the Done Checkbox is clicked, I want the Status to go from "Doing" to "Review" and when the Sign Off Checkbox is clicked, I want the Status to go from "Review" to "Completed". Once "Completed" I want to keep the Done and Sign Off Checkbox filled in.
Best Answers
-
Try this:
=IF([Sign Off]@row = 1, "Completed", IF(Done@row = 1, "Doing Review", "To Do"))
-
Looks like that is working. Thank you.
-
Happy to help. 👍️
Answers
-
Try this:
=IF([Sign Off]@row = 1, "Completed", IF(Done@row = 1, "Doing Review", "To Do"))
-
Looks like that is working. Thank you.
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K 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
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 Webinars
- 7.3K Forum Archives