0
How do I count number of choices selected in a multiple choice field?
I included a multiple choice field with six choices; each choice is labeled with a Board Member“s name. I create another field (Approved) that indicates a count of how many ofthe directors have checked their approved.
Do I use the ”switch do“ instruction? Or should I use nested ”if ... then“ instructions?
The challenge is that any or all of the Board Members can check approval in any combination.
2 replies
-
Use a formula field with this formula:
cnt(chosen(“Multiple choice”))
Steven
-
Also check the forum Use Cases > Multiple Choice Facts tread for more info.
Content aside
- 4 yrs agoLast active
- 2Replies
- 743Views