Exel Help Please...

some errors in my last post that I just noticed:

The formula for cell A3 is missing a )

The formula for B1 should be: if(reset=0,0,(if A3=1,A1,B1)) - it should refer to itself.
 
HI,
exel accumulator works but ther is another problem:
In cell A1 i receive real time data that chenge periodically and that data accumulate in A2. For example: if in A1 we have 3 numbers (1,2,3) it is correct in A2 to see sum=6 but when A1 shows first number and waiting for second, A2 accumulate first number many times until it is waiting second number -> (1+1+1+1+1 .... +2) and that make total sum in A2 incorrect.
How i can fix that?
thx a lot.
 
Back
Top