I am trying to write a formula that will automatically fill in the checkbox IF another checkbox cell is also checked.
Here is the current formula I am using.
=IF(COUNTIF([Repair Doors Needed]:[Repair Doors Needed], [Repair Doors Needed]@row) > 1, 0, 1)
The weird thing is, this formula works on some of my sheets, but doesn't work on others. little confused as to how it can work sometimes, but not all the time.
thanks for you help.
