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

null
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    Use a formula field with this formula:

    cnt(chosen(“Multiple choice”))

    Steven

    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    Also check the forum Use Cases > Multiple Choice Facts tread for more info.