Word count

i have a column named "word list" of enumlist type, I have another column "word count" which should return me the number of words in "word list" in that row.

eg

I have selected the "word list" as ("ABC", "BVT","OPI"), I should get the value as "3" in my "word count" column

Solved Solved
0 1 192
1 ACCEPTED SOLUTION

You can simply use COUNT()

COUNT([NAME OF THE COLUMN LIST])

View solution in original post

1 REPLY 1

You can simply use COUNT()

COUNT([NAME OF THE COLUMN LIST])

Top Labels in this Space