B
Brad Reid
For a series of closing index prices like:
104, 104.28, 104.57, 104.9, 105.27, 105.5, 105.41, 104.26, 105.04, 104.86,
103.54, 103.35, 103.58, 103.63, 105.04
105.18, 105.4, 105.3, 105.99, 105.76, 105.84, 106.4, 105.66, 105.18, 105.15,
106.33...
arranged in a column, I would like to graph a zig-zag line connecting data
points where the second or next graphed data point (after 104 in this case)
always represents an increase or decrease of a minimum of some set
percentage, say 1%, so that all data points not qualifying are eliminated. A
zig up would mark the highest qualifying value encountered before any
subsequent zag down qualified for a marking based on a 1% decline in value
from the previous marked high and vice versa.
104, 105.50, 103.35 would represent the first 3 qualifying data points based
on this logic.
Can this be done using an Excel formula but no VBA? Thanks, Brad
104, 104.28, 104.57, 104.9, 105.27, 105.5, 105.41, 104.26, 105.04, 104.86,
103.54, 103.35, 103.58, 103.63, 105.04
105.18, 105.4, 105.3, 105.99, 105.76, 105.84, 106.4, 105.66, 105.18, 105.15,
106.33...
arranged in a column, I would like to graph a zig-zag line connecting data
points where the second or next graphed data point (after 104 in this case)
always represents an increase or decrease of a minimum of some set
percentage, say 1%, so that all data points not qualifying are eliminated. A
zig up would mark the highest qualifying value encountered before any
subsequent zag down qualified for a marking based on a 1% decline in value
from the previous marked high and vice versa.
104, 105.50, 103.35 would represent the first 3 qualifying data points based
on this logic.
Can this be done using an Excel formula but no VBA? Thanks, Brad