COUNT ITEMS IN A VIRTUAL COLUMN (LIST)

I have a virtual column that saves a list of all the unique barangays affected. My question is how to create another virtual column that counts all the unique barangays from the other virtual column that saves a list of all the unique barangays affected?

Thanks.

Solved Solved
0 1 182
1 ACCEPTED SOLUTION

If you already have a list of values, you can count them just using that column like COUNT([YourExistingVirtualList])

View solution in original post

1 REPLY 1

If you already have a list of values, you can count them just using that column like COUNT([YourExistingVirtualList])

Top Labels in this Space