I have a column wherein the initial rows have a value of zero, followed by a series of non-zero numbers, then followed by more zeroes. Example:
0
0
0
0
0
100
100
100
100
0
0
0
0
What would be the best formula to use to count the number of cells with a value of zero BEFORE the non-zero numbers start? In other words, I do not want to include the zeros after the non zero numbers in the count.
Thanks!
0
0
0
0
0
100
100
100
100
0
0
0
0
What would be the best formula to use to count the number of cells with a value of zero BEFORE the non-zero numbers start? In other words, I do not want to include the zeros after the non zero numbers in the count.
Thanks!