I have a excel question:
Is there a way to count the number of times a number repeats in a string before another
number replaces it.
I am talking about consecutive repeats within a string such as below.
What is the the longest run of 3 at any one time?
3
3
2
2
2
0
0
0
0
0
0
3
1
1
1
1
3
3
3
3
3
3
3
3
3
3
3
3
3
3
Thanks in advance!!
Is there a way to count the number of times a number repeats in a string before another
number replaces it.
I am talking about consecutive repeats within a string such as below.
What is the the longest run of 3 at any one time?
3
3
2
2
2
0
0
0
0
0
0
3
1
1
1
1
3
3
3
3
3
3
3
3
3
3
3
3
3
3
Thanks in advance!!
Last edited: