Automate Checkbox once date is entered
Hello, once the date column is entered, I'd like to automate my checkbox column to check off once the date has been filled in. Is this possible to automate a checkbox?
Best Answers
-
@lilywramirez presented a solution that requires your checkbox to have a formula in it. Which means that you cannot override the value. You can also use an automation to check a box, which does not require a formula in your checkbox field/column:
-
Thank you both! I ended up using the solution from @James Keuning
Answers
-
In Smartsheets, checkbox can also be treated as 1(True) and 0 (False).
An IF statement will help you here. ISDATE will check if the there is a date in the date column and check off the box if true. You may also convert this to a column formula to have it apply to any new rows added to the sheet.
=IF(ISDATE([Date Column]@row), 1, 0)
-
@lilywramirez presented a solution that requires your checkbox to have a formula in it. Which means that you cannot override the value. You can also use an automation to check a box, which does not require a formula in your checkbox field/column:
-
Thank you both! I ended up using the solution from @James Keuning
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!