Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How many checked items does a list have?

Hello Community, I need to be able to count the number of checked elements that an enumlist has.

Does anyone know how it can be done?

Suppose I have a column called elements

[Items] of type enumlist

Element 1 Check False

Item 2 Check True

Item 3 Check true

I want a formula that counts how many elements are checked.

something like a

Count(Select([Elements] ,Check=true) but I know there is no check

Greetings, thank you for your answers.

Solved Solved
0 3 109
1 ACCEPTED SOLUTION

Hello @Gustavo_Eduardo you can use COUNT() like this:

COUNT([Elements])


View solution in original post

3 REPLIES 3

Hello @Gustavo_Eduardo you can use COUNT() like this:

COUNT([Elements])


Rafael, muchas gracias. Estaba usando mal la fórmula. Tu respuesta funcionó perfectamente. Agradezco mucho tu velocidad de respuesta. Que tengas muy buen día!

Ok Rafael! Pruebo y te comento, gracias por tu rapida respuesta

Top Labels in this Space