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.

How to count "flagged" checkboxes present on a single record?

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

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

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

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}

See Solution in Thread

1 Reply 1
ScottWorld
18 - Pluto
18 - Pluto

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}