Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Formula to tally checkboxes?

Topic Labels: Formulas
Solved
Jump to Solution
1091 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Albert_Andrade
4 - Data Explorer
4 - Data Explorer

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

Screen Shot 2020-07-05 at 1.18.17 PM

1 Solution

Accepted Solutions
AlliAlosa
10 - Mercury
10 - Mercury

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!

See Solution in Thread

1 Reply 1
AlliAlosa
10 - Mercury
10 - Mercury

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!