Hello! In our table we have multiple checkbox fields that we would like to count/sum if they are checked (in a Total formula field). In our base, there are about five fields that can be checked to indicate that a participant received that credential (it is unchecked if they did not).
What’s the formula we can use to count/sum the checked boxes across these five fields for the Total field?
^ The formula is combining all the values of the fields into one long string. If a Checkbox-type field is checked, its value is true. So you want the length of the combined string divided by 4.