Count after given condition is met
Hi all
would like your help for the following
Need to count which and how many numbers appear after a given number
ie
After After After After After After
1 2 3 4 5 6
1
2 1 1
3 1 1 1 1
4 1 2 3 1 1
5 2 1
6 1
this was obtained from data on column c, that is displayed as follows:
3
5
4
5
3
4
4
2
4
3
4
4
3
5
6
4
4
3
3
4
2
3
2
Tks in advance
Antonio
|