M
Marcus Leon
Hi, I have four columns each containing values for different stock
securities. I would like to chart these columns in a line chart with a
line for each column. But I would like to chart the index value as
opposed to the actual value. Does anyone know how to do this?
By index value I mean (1 + ((CurrVal - StartVal) / StartVal) * 1000)
where 1000 is the base index value.
Or if anyone knows of a more clever approach to measuring percent price
changes please let me know.
Thanks!
securities. I would like to chart these columns in a line chart with a
line for each column. But I would like to chart the index value as
opposed to the actual value. Does anyone know how to do this?
By index value I mean (1 + ((CurrVal - StartVal) / StartVal) * 1000)
where 1000 is the base index value.
Or if anyone knows of a more clever approach to measuring percent price
changes please let me know.
Thanks!