kirkmaciano
New Member
Hello everyone
I have a problem here. Is it possible to achieve the below where for every false, the count increments by 1 and when a true appears, the count resets. True and false are not typed values, they are generated by the if function.
Col A | Col B
True | True
False | 1
False | 2
False | 3
True | True
True | True
False | 1
False | 2
I know the rows() function is definitely required but I'm totally clueless on how to get it reset.
Any experts able to help out?
Thanks
I have a problem here. Is it possible to achieve the below where for every false, the count increments by 1 and when a true appears, the count resets. True and false are not typed values, they are generated by the if function.
Col A | Col B
True | True
False | 1
False | 2
False | 3
True | True
True | True
False | 1
False | 2
I know the rows() function is definitely required but I'm totally clueless on how to get it reset.
Any experts able to help out?
Thanks