Hi,
I have a BOb report where I am trying to calculate the following;
I have created the following cross tab with codes down the left side and years across the top, the cross tab is populated by rates per code ( a variable i have created by dividing 2 values):
1999 2000 2001 2002
1 .5 .2 1 .6
2 .3 .2 .5
3 .7 .8
what I have to do now is project these rates forward;
eg rate for 2003 would be something like;
=sum(((<rates per code> Where (<Year(year)>="2000"
-(<rates per code> Where (<Year(year)>="1999"
+ (<rates per code> Where (<Year(year)>="2001"
-(<rates per code> Where (<Year(year)>="2000"
/2)))
I get a #IERR, I think the problem is that I am doing a calculation on what is already a calculation. Can anyone help?
thanks
I have a BOb report where I am trying to calculate the following;
I have created the following cross tab with codes down the left side and years across the top, the cross tab is populated by rates per code ( a variable i have created by dividing 2 values):
1999 2000 2001 2002
1 .5 .2 1 .6
2 .3 .2 .5
3 .7 .8
what I have to do now is project these rates forward;
eg rate for 2003 would be something like;
=sum(((<rates per code> Where (<Year(year)>="2000"
I get a #IERR, I think the problem is that I am doing a calculation on what is already a calculation. Can anyone help?
thanks