Skip to main content
Solved

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

  • October 16, 2022
  • 1 reply
  • 19 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}

1 reply

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 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}