Hello everyone!
I imported data where the first column looks like this:
Index
0
1
2
...
n
0
1
2
...
m
0
1
2
...
s
Now I would like to extract everything between the first zero and n to one worksheet, everything between the second zero and m to another worksheet and so on. Is there a built-in way to do this?
Any help is much appreciated :)