I have a pair of checkbox columns, which you can check for different criteria. I have a third column, also a checkbox column.
I am trying to have the 3rd column be checked based off one of the 2 preceding columns being checked.
I tried a formula "=COUNTIFS([Registered (DL)]:[Registered (DL)], 1, [Registered (DPS)]:[Registered (DPS)], 1, false)" which didn't work.
Any assistance?