How to clear a cell when a box is checked - using automation
Hello,
I have a reporting task list that shows days until due and days past due based on todays date. I also have a box that they can check once the task is completed. I am wanting the days past due and past until due column to clear once the box is checked. I tried doing this with an automation but it didnt work so i think I am doing it wrong.
Answers
-
If you have a column formula set in your date columns I don't think automation will overrule that.
You can add something like this to your date formulas
IF(Done@row = 1, "", remainder of formula...
This will clear the date if the done box is checked.
Hope this helps!
-
@ker9 yes perfect that worked! is there a way i can add in something that also crosses out the text in the rest of the row??
-
You could use conditional formatting to apply a strikethrough format to the row when the done box is checked.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives