Skip to main content

I would like the # Field “T” to tally up all the checkboxes across the record. Is there formula for that?


Hi there!


A checkbox in airtable is evaluated as 1 if checked, and 0 if not.


Your formula should look something like…


SUM({Field1}, {Field2}, {Field3})


Replace each field with your field names and continue the list to include all the checkbox fields you want to sum up.


Hope this helps!


Reply