How would I be able to group rows evenly between a a dynamic number of a cell?
1000 rows, need to split into 10, and for each row it will like the below
Index | Group
1 | 1
99 | 1
101 | 2
200 | 3
500 | 6
900 | 10
1000 | 10
How would I be able to group rows evenly between a a dynamic number of a cell?
1000 rows, need to split into 10, and for each row it will like the below
Index | Group
1 | 1
99 | 1
101 | 2
200 | 3
500 | 6
900 | 10
1000 | 10