Hi,
I need a formula to calculate the average value of a column given a month/year.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]03/15/2014[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]03/20/2014[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]04/10/2014[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]04/18/2014[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]06/30/2014[/TD]
[TD]30[/TD]
[/TR]
</tbody>[/TABLE]
Averageifs moth = 3 and year 2014 = 10 + 20 + 30 / 3 = 20
Averageifs moth = 4 and year 2014 = 30 + 50 / 2 = 40
Thanks.
I need a formula to calculate the average value of a column given a month/year.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]03/15/2014[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]03/20/2014[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]04/10/2014[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]04/18/2014[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]06/30/2014[/TD]
[TD]30[/TD]
[/TR]
</tbody>[/TABLE]
Averageifs moth = 3 and year 2014 = 10 + 20 + 30 / 3 = 20
Averageifs moth = 4 and year 2014 = 30 + 50 / 2 = 40
Thanks.