Is there a formula to check a box if a, b, c are done?

Is there a way to have the Agency Approved column automatically check if all the columns to the left are checked?
I noticed the new automation to update a cell is only for OR conditions not AND.
Best Answer
-
Hi @Tammi C
I hope you're well and safe!
Try something like this.
=IF(COUNTIF([Reviewed/ No Edits]@row:[EVAC Status Updated = Approved]@row, <>0) = COUNT([Reviewed/ No Edits]@row:[EVAC Status Updated = Approved]@row), 1)
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
β Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
Answers
-
Hi @Tammi C
I hope you're well and safe!
Try something like this.
=IF(COUNTIF([Reviewed/ No Edits]@row:[EVAC Status Updated = Approved]@row, <>0) = COUNT([Reviewed/ No Edits]@row:[EVAC Status Updated = Approved]@row), 1)
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
β Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
@AndrΓ©e StarΓ₯ - that formula worked great! How would I add an OR to that?
I want the column formula for Agency Approved to be:
=IF(COUNTIF([Reviewed/ Edits Needed]@row:[EVAC Status Updated = Approved]@row, <>0) = COUNT([Reviewed/ Edits Needed]@row:[EVAC Status Updated = Approved]@row), 1)
or
=IF(Countif.... Reviewed/ No Edits is checked, Zone Approved is checked and EVAC Status Updated is checked to mark Agency approved as checked.
Tried a few variations and kept coming up with errors. Thanks
Help Article Resources
Categories
Check out the Formula Handbook template!