Check box to get unchecked.

Hi All,
I want when the date changed in by my sheet, the check box that were already applied should automatically removed.
Is there any any formula that I need to put in.
If anyone can help will be great.
Comments
-
Hi Rajeev,
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help.Β (share too,Β andree@getdone.se)
Have a fantastic week!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant @ Get Done Consulting
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 Andrea,
Β
There are certain activities which each team member has to do every day.These team members receive notification from smartsheet about the activities planned for that day in format of Smartsheet form.Once they mark it as done, the checkΒ box gets updated.But next day, i.e on change of a date this check box should automatically get removed.
Β
Please see the attached screen shot.
-
Try this.
If Done in your sheet is the column that the Team Member checks of and the one thatΒ you would like to get unchecked automatically it's not possible because as soon as you change a cell manually, the formula will be replaced.
My suggestion would be to add a helper column named Team Member Done (Checkbox) and let the Team Member check it offΒ when done and then in the Done column you would add the formula below.
The sheet has to be opened daily because otherwise, the TODAY formula won't update. It's possible to automateο»Ώ it with the help of a third-party tool like Zapier or similar.
This formula will check if the date is today and if theΒ Team Member DoneΒ is checked.
=IF(AND([Day column]@row = TODAY(); [Team Member Done]@row = 1); 1; 0)Β Β Β
The same version but with the below changes for your and others convenience.Β Β Β
=IF(AND([Day column]@row = TODAY(), [Team Member Done]@row = 1), 1, 0)
Depending on your country youβll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
Hope that helps!
Have a fantastic week!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant @ Get Done Consulting
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 Rajeev,
How did it go? Did you get something set up?
Have a fantastic week!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant @ Get Done Consulting
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.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives