Id like to write a formula ("@NoxDiff" that select NOx from each year after 1995 and divide it with NOx from 1995. My table include among others following values;
Town, Year, NOx, SO2, H+
Stockholm, 1995, 400,
Stockholm, 1996, 360
Stockholm, 1997, 355
Stockholm, 1998, 353
Stockholm, 1999, 255
Stockholm, 2000, 274
Malmo, 1995, 350
Malmo, 1996, 370
Malmo, 1996,
How shall i write it?
The resulting table would include the following indexes;
Town, Year, I(NOx)
Stockholm, 1996, 0.9
Stockholm, 1997, 0.8875
Stockholm, 1998, 0.8825
....
I have CP ver 9.
Please I´ve spent two days testing different formulas - I have small experiense from programming..