Support Board
Date/Time: Wed, 17 Sep 2025 01:59:19 +0000
Post From: ,,,set counting to column,,,
[2019-08-01 12:18:55] |
Sawtooth - Posts: 4263 |
I've already tried .... /// not count correctly ////
It looks like the incrementing variable is not being reset with a TRUE in L3.=IF(L3, 0,IF(OR(K3, P4 > 0), P4 + 1, P4)) This formula counts correctly if there is a TRUE somewhere in L3. You'll need to reset the variable with another event. The first IF statement resets the incrementing variable to 0. The second IF statement begins the count. |