I have a Smartsheet 4 columns are check boxes.
I want the check boxes to change a list column to the following.
If I check on Assigned then change list to Assigned
If I check on In Progress then change list to In Progress
If I check on Holding-See notes then change list to in Progress
If I check on Complete then change list to Complete
Here is the formula
=IF(Resolved@row = 1, "Complete"), IF(In Progress@row = 1, "In Progress")), IF(Holding-See notes@row = 1, "Holding-See notes")))