Hi!
I want to calculate changes in the prices of companies. (one year change). My table looks like this
Date-------Company-------Price
2001-------A----------------20
2002-------A----------------25
2001-------B----------------30
2002-------B----------------35
So i have to calculate the % changes of the price change.
%chg of A at 2002 = (25-20)/20
Here I know I have to use filters to make sure they do not mix up companies. But I do not know how to do it.
Please help me to do this.
Thanks in advance
I want to calculate changes in the prices of companies. (one year change). My table looks like this
Date-------Company-------Price
2001-------A----------------20
2002-------A----------------25
2001-------B----------------30
2002-------B----------------35
So i have to calculate the % changes of the price change.
%chg of A at 2002 = (25-20)/20
Here I know I have to use filters to make sure they do not mix up companies. But I do not know how to do it.
Please help me to do this.
Thanks in advance