Hi
I am trying to solve this, I hope somebody can help me. I have a table which has sales per month per year
Table1
Column1 Month1 Month2 Month3 Month4 .... Total
----------------------------------------------------------------------------------------
Year07
Year08
and I would like to calculate the grown per month an total, so I would like to create an additional row
Column1 Month1 Month2 Month3 Month4 .... Total
----------------------------------------------------------------------------------------
Year07
Year08
Grown
where Grown is calculated as " (Second Row/First Row - 1)" this by every "Month" and Total.
Does anyone give me any idea?
Thanks.
I am trying to solve this, I hope somebody can help me. I have a table which has sales per month per year
Table1
Column1 Month1 Month2 Month3 Month4 .... Total
----------------------------------------------------------------------------------------
Year07
Year08
and I would like to calculate the grown per month an total, so I would like to create an additional row
Column1 Month1 Month2 Month3 Month4 .... Total
----------------------------------------------------------------------------------------
Year07
Year08
Grown
where Grown is calculated as " (Second Row/First Row - 1)" this by every "Month" and Total.
Does anyone give me any idea?
Thanks.
Comment