I would like the # Field “T” to tally up all the checkboxes across the record. Is there formula for that?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.