SanFelippo
Board Regular
- Joined
- Apr 4, 2017
- Messages
- 124
Hello,
So I will try and explain this as easily as I can using an example. Lets say I have this data in 3 rows:
0 0 0 0 0 0 5 8 0 9 4 1 5
0 0 0 0 1 5 6 7 9 0 0 0 1
0 0 0 0 0 0 0 0 0 0 0 7 9
The formula I would need would return the following results in 3 other rows below what is seen above:
5 8 0 9 4 1 5
1 5 6 7 9 0 0 0 1
7 9
I haven't had any luck so far with this, so any help would be appreciated.
So I will try and explain this as easily as I can using an example. Lets say I have this data in 3 rows:
0 0 0 0 0 0 5 8 0 9 4 1 5
0 0 0 0 1 5 6 7 9 0 0 0 1
0 0 0 0 0 0 0 0 0 0 0 7 9
The formula I would need would return the following results in 3 other rows below what is seen above:
5 8 0 9 4 1 5
1 5 6 7 9 0 0 0 1
7 9
I haven't had any luck so far with this, so any help would be appreciated.