Skip to main content
Solved

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

  • October 16, 2022
  • 1 reply
  • 0 views

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

Best answer by ScottWorld

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}

View original

1 reply

ScottWorld
Forum|alt.badge.img+33
  • Brainy
  • 8774 replies
  • Answer
  • October 16, 2022

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}


Reply