I have a handful of project intake sheets, that ControlCenter looks at to automatically generate project files if approved. We have 2 types of projects that are intermingled on the sheets, and use 2 automations in CC. I'm now running into an issue with some users checking both approval boxes, and CC generates 2 sets of files for each project. I'm trying to use formula's to hide Option 2 if Option 1 is checked, or if the Attribute column is empty. Also hide Option 1 if the Attribute column is not empty. I have that part worked out via formula, problem is when I make it a column formula, the checkbox no longer functions. I also included a snip of the conditional formatting, which could work, but the checkbox is still visible with the column filled. Any ideas how to tackle this?
Option 1 formula: =IF(Attribute@row <> "", ".", "")
Option 2 formula: =IF(OR([Option 1]@row = 1, Attribute@row = ""), ".", "")