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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives