Hallo everybody,
I have a row with 9 (different) variables repeating 365 times. I have to calculate the avarage of each variable, over 365 times.
the example is for an hypotetical case of a row with 3 different variables repeating 365 times.
I have
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A1
[/TD]
[TD]B1
[/TD]
[TD]C1
[/TD]
[TD]D1
[/TD]
[TD]E1
[/TD]
[TD]F1
[/TD]
[TD]G1
[/TD]
[TD]H1
[/TD]
[TD]I1
[/TD]
[TD]L1
[/TD]
[TD]M1
[/TD]
[TD]N1
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]prod
[/TD]
[TD]level[/TD]
[TD]price[/TD]
[TD]prod[/TD]
[TD]level[/TD]
[TD]price
[/TD]
[TD]prod[/TD]
[TD]level
[/TD]
[TD]price
[/TD]
[TD]avarage prod
[/TD]
[TD]avarage level
[/TD]
[TD]avarage price
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]p1
[/TD]
[TD]l1[/TD]
[TD]pr1
[/TD]
[TD]...
[/TD]
[TD]...
[/TD]
[TD]...
[/TD]
[TD]p365
[/TD]
[TD]l365
[/TD]
[TD]pr 365
[/TD]
[TD]avarage(price1, ..., price365)
[/TD]
[TD]avarage(level1, ..., level365)
[/TD]
[TD]avarage(pr1, ..., pr365)
[/TD]
[/TR]
</tbody>[/TABLE]
I hope it's clear enough.
Thanks a lot as usual
Amanda
I have a row with 9 (different) variables repeating 365 times. I have to calculate the avarage of each variable, over 365 times.
the example is for an hypotetical case of a row with 3 different variables repeating 365 times.
I have
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A1
[/TD]
[TD]B1
[/TD]
[TD]C1
[/TD]
[TD]D1
[/TD]
[TD]E1
[/TD]
[TD]F1
[/TD]
[TD]G1
[/TD]
[TD]H1
[/TD]
[TD]I1
[/TD]
[TD]L1
[/TD]
[TD]M1
[/TD]
[TD]N1
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]prod
[/TD]
[TD]level[/TD]
[TD]price[/TD]
[TD]prod[/TD]
[TD]level[/TD]
[TD]price
[/TD]
[TD]prod[/TD]
[TD]level
[/TD]
[TD]price
[/TD]
[TD]avarage prod
[/TD]
[TD]avarage level
[/TD]
[TD]avarage price
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]p1
[/TD]
[TD]l1[/TD]
[TD]pr1
[/TD]
[TD]...
[/TD]
[TD]...
[/TD]
[TD]...
[/TD]
[TD]p365
[/TD]
[TD]l365
[/TD]
[TD]pr 365
[/TD]
[TD]avarage(price1, ..., price365)
[/TD]
[TD]avarage(level1, ..., level365)
[/TD]
[TD]avarage(pr1, ..., pr365)
[/TD]
[/TR]
</tbody>[/TABLE]
I hope it's clear enough.
Thanks a lot as usual
Amanda