Posted 3 March 2025, 12:27 pm EST
Hello team, i would like to know if its possible to reset sort every N rows per column?
example would be:
in Value column in normal sorting it would look like this (1,2,2,3,3,4,4,5,6,7,7,8) as it would sort all the data inside that column, however what we would like is for the data to be sorted as ascending/descending every N rows in here every 4 rows. so every 4 rows it would reset back and find another ascending/descending value in that 4 row.
1,2,3,7
2,4,5,8
3,4,6,7