I have a small piece of code which checks if a cell is >0. The answer is either a 0 or 1, so if the cell is >0 it is a 1, otherwise it is a 0.
What I'd like to be able to do is for that column to tally as it goes; so keep a running total. I have read many threads on this, but nothing which covers automating this so when the next row/s of results is added, the column is updated with the cumulative totals
Here is the small piece of code; =IF(K2=0,1,0) This formula is in S2
Left to work row by row, there will just be 1s and 0s all the way down. Is there a way for it to instead keep a running total as the next row is calculated? I am not looking to add an additional column for this; I'd ideally like the running total to be the column which has the result of the formula
cheers
What I'd like to be able to do is for that column to tally as it goes; so keep a running total. I have read many threads on this, but nothing which covers automating this so when the next row/s of results is added, the column is updated with the cumulative totals
Here is the small piece of code; =IF(K2=0,1,0) This formula is in S2
Left to work row by row, there will just be 1s and 0s all the way down. Is there a way for it to instead keep a running total as the next row is calculated? I am not looking to add an additional column for this; I'd ideally like the running total to be the column which has the result of the formula
cheers