L
Les
As numbers are added and subtracted in a column of cells over time, the sum
of these cells changes.
I should like to discover a formula to be used which would flag a particular
cell (or point in time) when that sum fluctuates by a given amount over the
last flagged cell.
Example:
cell|data|sum|flag
1) 3 3
2) 4 7
3) -2 5
4) 5 10 FLAG
5) 6 16
6) 9 25 FLAG
7) -3 22
8) -8 14 FLAG
etc.
The formula I am looking for would examine the sum column and would flag a
variance of 10 or more from the last flagged cell.
Is this possible? Any ideas?
Thanks,
Les
of these cells changes.
I should like to discover a formula to be used which would flag a particular
cell (or point in time) when that sum fluctuates by a given amount over the
last flagged cell.
Example:
cell|data|sum|flag
1) 3 3
2) 4 7
3) -2 5
4) 5 10 FLAG
5) 6 16
6) 9 25 FLAG
7) -3 22
8) -8 14 FLAG
etc.
The formula I am looking for would examine the sum column and would flag a
variance of 10 or more from the last flagged cell.
Is this possible? Any ideas?
Thanks,
Les