Hi
Two of my columns are Status (dropdown options) and Done(checkbox). I currently have an automated work flow sending out alerts if the Done box is not checked. I only want my users to have to change the Status column to "Complete" and then the Done box automatically get checked.
I was trying this to no avail: =IF(([STATUS]@ROW)= 'COMPLETED', 1,0)
Obviously I'm new to Smartsheet and Formulas 😃. Your help is greatly appreciated.