K
Keith Rathband
I have a load of values in a spreadsheet which are either true or false.
I need to count how many times it changes from false to true, bearing in
mind several true values may follow each other - before returning to false.
ie
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
the result would be 3 - ie it changed from FALSE to TRUE 3 times.
Thanks in advance.
I need to count how many times it changes from false to true, bearing in
mind several true values may follow each other - before returning to false.
ie
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
the result would be 3 - ie it changed from FALSE to TRUE 3 times.
Thanks in advance.