calculate next line numbers
- by osomanden
Weird question I guess.. But I am not very math wiz - soo here goes..
I am trying to create a patterne (or variable patterns based on selection) based on x and y numbers (2 rows and 4 columns) and the direction of the counting of x numbers
like:
1-2-3-4
5-6-7-8
That one is easy, when number of x-columns is reached, next line and continue x count.
But with eg. this one (still 2 rows and 4 columns):
1-2-3-4
8-7-6-5
upsie.. what if it is eg. 3++ rows and still 4 columns?
1-2-3-4
8-7-6-5
9-10-11-12
what would be the formula for this - or other possible variations (teaser for variations):
9-10-11-12
8-7-6-5
1-2-3-4
or reversed