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.