Help

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

Topic Labels: Formulas
Solved
Jump to Solution
462 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}