Forum Discussion
johnlhaase
5 years agoHelper I
Count Occurrence with Index
Hello I am working with a limited data set. I need to create a grouped index and my thought was to count each occurnace and fill down thereby giving me set or groups to work with. In my table be...
HotChilli
5 years agoCommunity Champion
If you add an Index column (from 0) you can add another custom column like:
Number.IntegerDivide([Index], 3) + 1
and that should do it.
johnlhaase
5 years agoHelper I
I will try it now. Thanks