I have a checkbox column that is used when a project and any of it's tasks are Active.
I have another checkbox column that is used when a project and/or any of it's tasks are Done.
I have another column that will generate the date when the Done box is checked and also will automatically change the percent complete to 100%.
I am trying to figure out how to auto uncheck the Active column when the Completed column is checked or when % Complete is 100% or even when the date is auto filled.
I tried the following but it doesn't work. I get #INCORRECT ARGUMENT
=IF(Done1856, 1, Active1856, 0)
I have tried this within the Active column and a new column. I have made formulas in checkbox columns before, so didn't think this would be an issue.
Thank you for any assistance you can provide.