Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
I have a "Not Applicable" and a "% Complete" column. I would like to create a formula that will automatically set the % complete to 100% if the Not Applicable checkbox is marked. Any suggestions?
Thank you!
Here are some ideas:
https://community.smartsheet.com/discussion/one-click-task-completion
Here is a formula that will show 100% if the corresponding checkbox is checked:
=IF([Not Applicable]2, 1, 1)
Keep in mind if your percent complete column is associated with dependencies, you will not be able to add formulas to it.