Forum Discussion

bramleyas's avatar
bramleyas
Copper Contributor
Feb 06, 2025

Checkboxes not automatically updating using COUNTIF

Hey, all, I'm using the following function to set the checkbox boolean of a cell based on the amount of other cells checked: In cell A1: =IF(COUNTIF(A2:A3=2,TRUE),TRUE,FALSE) The formula works, bu...

Resources