Hi
I am working on some financial data were i am using different method to trend some of the values in a specific column.
i need to specify whatever formula used in the column to derive values to the very next column.
[TABLE="width: 300"]
<tbody>[TR]
[TD] 2001[/TD]
[TD]2002[/TD]
[TD]2003[/TD]
[TD]2004[/TD]
[TD]2005 Derived[/TD]
[TD]Tag[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]23[/TD]
[TD]34[/TD]
[TD]43[/TD]
[TD][TABLE="width: 100"]
<tbody>[TR]
[TD]=65+43-65[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]if this formula is used tag needed is 2 point trend[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]20[/TD]
[TD]30[/TD]
[TD]45[/TD]
[TD]=average(45)\average(x)*Y[/TD]
[TD]tagg needed is historic growth rate[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]20[/TD]
[TD]30[/TD]
[TD]45[/TD]
[TD]50[/TD]
[TD]if actual value is there(no formula) tag should be Actual.[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]20[/TD]
[TD]12[/TD]
[TD]25[/TD]
[TD]=x*y*45*z[/TD]
[TD]if any other formula then above ones is used tag schoukd be exceptionl.[/TD]
[/TR]
[TR]
[TD]42[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]if cell is blank then no tagg.[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
PLs help.
thanks for helping in advance.
I am working on some financial data were i am using different method to trend some of the values in a specific column.
i need to specify whatever formula used in the column to derive values to the very next column.
[TABLE="width: 300"]
<tbody>[TR]
[TD] 2001[/TD]
[TD]2002[/TD]
[TD]2003[/TD]
[TD]2004[/TD]
[TD]2005 Derived[/TD]
[TD]Tag[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]23[/TD]
[TD]34[/TD]
[TD]43[/TD]
[TD][TABLE="width: 100"]
<tbody>[TR]
[TD]=65+43-65[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]if this formula is used tag needed is 2 point trend[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]20[/TD]
[TD]30[/TD]
[TD]45[/TD]
[TD]=average(45)\average(x)*Y[/TD]
[TD]tagg needed is historic growth rate[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]20[/TD]
[TD]30[/TD]
[TD]45[/TD]
[TD]50[/TD]
[TD]if actual value is there(no formula) tag should be Actual.[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]20[/TD]
[TD]12[/TD]
[TD]25[/TD]
[TD]=x*y*45*z[/TD]
[TD]if any other formula then above ones is used tag schoukd be exceptionl.[/TD]
[/TR]
[TR]
[TD]42[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]if cell is blank then no tagg.[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
PLs help.
thanks for helping in advance.