Hi,
Suppose I have a column with the following values:
A
1
2
3
0
4
3
0
4
5
6
0
0
6
0
1
1
I need to count the number of the triplets without 0's.
So, in this example the triples would be: 1,2,3 and 4,5,6
Meaning my formula should return 2 to me.
How can I achieve that?
Thanks.
Suppose I have a column with the following values:
A
1
2
3
0
4
3
0
4
5
6
0
0
6
0
1
1
I need to count the number of the triplets without 0's.
So, in this example the triples would be: 1,2,3 and 4,5,6
Meaning my formula should return 2 to me.
How can I achieve that?
Thanks.
Last edited by a moderator: