Automatic Checkbox formula in helper column
I need some help figuring out how to get my automatic checkbox formula to work. I can't put it in the Done column b/c of conditional formatting, but I'm missing something to get it to work from a helper column.
=IF(Status@row = "Not Applicable", Done@row = 1)
Thank you!
Best Answer
-
Hi Anna,
I think you're close! Try this in your Done column:
=IF(Status@row = "Not Applicable", 1, 0)
If you want the Done box checked when the status is Complete, too, then you could use this:
=IF(OR(Status@row = "Not Applicable", Status@row = "Complete"), 1, 0)
Hope this helps!
Best,
Heather
Answers
-
I hope you're well and safe!
Not sure I follow.
Why can't you use the formula in the Done column because of Conditional Formatting?
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Andree,
Here's a screenshot of the spreadsheet. Maybe I can put it in the Done column, but I'm not sure where it should go. My community searches didn't get me anywhere :/
-
Hi Anna,
I think you're close! Try this in your Done column:
=IF(Status@row = "Not Applicable", 1, 0)
If you want the Done box checked when the status is Complete, too, then you could use this:
=IF(OR(Status@row = "Not Applicable", Status@row = "Complete"), 1, 0)
Hope this helps!
Best,
Heather
-
That worked - thank you!
-
I saw that Heather answered already!
Let me know if I can help with anything else!
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!