Skip to main content

I’d like to create a calculated field that should count the total amount of “checked” checkboxes on a record. Is it possible?

Every checked checkbox has a value of 1. So just create a formula that adds up your checkbox fields like this:



{Checkbox 1} + {Checkbox 2} + {Checkbox 3}


Reply