How do you write a function to see if all boxes are checked on a row with multiple checkboxes?
I tried using the SUMIF(Check_Box_1@Row = 1) and attempted to use a total number of checks to evaluate, but it does not like that. I tried using IF((checkbox=1 AND Checkbox2=1),"true","false)
But that concept did not work either.