Jul 05, 2020 01:19 PM
I would like the # Field “T” to tally up all the checkboxes across the record. Is there formula for that?
Solved! Go to Solution.
Jul 05, 2020 04:07 PM
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!
Jul 05, 2020 04:07 PM
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!