Oct 16, 2022 01:40 PM
I’d like to create a calculated field that should count the total amount of “checked” checkboxes on a record. Is it possible?
Solved! Go to Solution.
Oct 16, 2022 03:01 PM
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