Hi,
I have a row of values in which I need to identify when a value changes by +/-5% compared to the first value; I also need to identify when another value changes by +/-5% compared to the previous time it changed by 5%.
For eg,
Values = 0.91 0.97 0.95 0.94 0.96 1.02 1.04 0.96
The formula should identify 0.97 (compared to initial value), then 1.02 (compared to 0.97) and then 0.96 (compared to 1.02)
Any ideas?
I have a row of values in which I need to identify when a value changes by +/-5% compared to the first value; I also need to identify when another value changes by +/-5% compared to the previous time it changed by 5%.
For eg,
Values = 0.91 0.97 0.95 0.94 0.96 1.02 1.04 0.96
The formula should identify 0.97 (compared to initial value), then 1.02 (compared to 0.97) and then 0.96 (compared to 1.02)
Any ideas?