From the following single cell array:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34
I'd like to extract 3,5,8,13,21
into a single cell by specifying index 4 : index 8 of the split of that cell.
The Challenge is that I'll need it be in a single step (cannot split array into different cells, as these arrays will get very long and will otherwise produce far too many cells for google sheets to handle.
I appreciate the help!