When we get a cell trigger, like when a "2" appears in a certain Cell I need to change the start counter in Countif as follows:
At row 15 I need something like these:
If(ao14=2,countif($A$(row15):$A15,C$5),countif($A$5:$A15,c$5)) or
If(ao14=2,countif($A$(B15):$A15,C$5,countify($A$5:$A15,C$5))
The end formula that I need is:
If(ao14=2,countif($A$15:$A15,C$5),countif($A$5:$A15,C$5))
Every time we get a 2 we need to resent the starting counter in the Countif to the next row.
Is it possible to do this?
At row 15 I need something like these:
If(ao14=2,countif($A$(row15):$A15,C$5),countif($A$5:$A15,c$5)) or
If(ao14=2,countif($A$(B15):$A15,C$5,countify($A$5:$A15,C$5))
The end formula that I need is:
If(ao14=2,countif($A$15:$A15,C$5),countif($A$5:$A15,C$5))
Every time we get a 2 we need to resent the starting counter in the Countif to the next row.
Is it possible to do this?