So I have a list of numeric values in Column AD
Basically, I want to count any time there is a value Greater than or EQUAL zero, and the next value is LESS than zero.
So if AD3 = 0 and AD4 =-2 that counts as 1.
Then I'd like to add the amount of occurrences up.
Formulas Im using...