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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!