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 which would flag a
particular cell (or point in time) when that sum fluctuates by a
given amount (10 in this example) over the last flagged cell.
Example:
cell|data|sum|flag
1) 0 0
2) 3 3
3) 4 7
4) -2 5
5) 5 10 FLAG
6) 6 16
7) 9 25 FLAG
8) -3 22
9) -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
____________________________________
My email address has an unnecessary E.
the sum of these cells changes.
I should like to discover a formula which would flag a
particular cell (or point in time) when that sum fluctuates by a
given amount (10 in this example) over the last flagged cell.
Example:
cell|data|sum|flag
1) 0 0
2) 3 3
3) 4 7
4) -2 5
5) 5 10 FLAG
6) 6 16
7) 9 25 FLAG
8) -3 22
9) -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
____________________________________
My email address has an unnecessary E.