Formula to automatically tick the checklist box if the status has been marked as "completed"
Hi all
Is there an IF statement or a formula that can do the above? Rather than manually ticking the box
Thanks :)
Best Answer
-
Yes, pop this function into the checkbox cell (this function is based on a column called Status having a text value called Completed stored within it.
=IF([Status]@row="Completed",1,0)
If you would rather work from % Complete then update the formula to be:
=IF([%Complete]@row=1,1,0)
Hope this helps
Kind regards
Debbie Sawyer Consultant & Training Manager
Answers
-
Yes, pop this function into the checkbox cell (this function is based on a column called Status having a text value called Completed stored within it.
=IF([Status]@row="Completed",1,0)
If you would rather work from % Complete then update the formula to be:
=IF([%Complete]@row=1,1,0)
Hope this helps
Kind regards
Debbie Sawyer Consultant & Training Manager
-
Hi Leah,
Yes, there is.
Try something like this.
=IF(Status@row = "Completed"; 1; 0)
The same version but with the below changes for your and others convenience.
=IF(Status@row = "Completed", 1, 0)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post 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.
-
Thank you so much!
-
Happy to help!
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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!