Can I use an IF formula to populate a checkbox?
Options

Andrew Ryback
ββββ
Hi everyone,
I'm building a simple project management sheet and am looking to add a flag (checkbox) if the end date for the task has passed and the task is still marked as "not started" or "in progress".
Is there a way to automate this using an IF formula?
Thanks!
Answers
-
Yes. It would look something along the lines of
=IF(AND([End Date]@row< TODAY(), Status@row <> "Complete"), 1)
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!