I have an array with 12 objects (0 to 11). I use the formulas less than / greater than to seaparate the array in 2 subsets. My problem is that the second subset starts at 0 again.
I now have a subset of 0-8 and a subset of 0-2 (instead of 9-11). So any effect that is later applied to 0-2 will show up in both. How do I filter an array sequentially (0-8) and (9-11)?