Is it possible to look for a specific column based on a column criteria and sum the column up to a specific row based on a row criteria?
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]March[/TD]
[TD]April[/TD]
[/TR]
[TR]
[TD]Yr. 1
[/TD]
[TD]10[/TD]
[TD]20[/TD]
[TD]50[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]Yr. 2[/TD]
[TD]40[/TD]
[TD]80[/TD]
[TD]60[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Yr. 3[/TD]
[TD]30[/TD]
[TD]10[/TD]
[TD]80[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]Yr. 4[/TD]
[TD]60[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]60[/TD]
[/TR]
</tbody>[/TABLE]
Month = March (Column criteria)
Year = Yr. 3 (Row criteria)
I want a formula that will look for the March column and then sum that column up to the Yr. 3 row (50+60+80 only). Is this possible?
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]March[/TD]
[TD]April[/TD]
[/TR]
[TR]
[TD]Yr. 1
[/TD]
[TD]10[/TD]
[TD]20[/TD]
[TD]50[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]Yr. 2[/TD]
[TD]40[/TD]
[TD]80[/TD]
[TD]60[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Yr. 3[/TD]
[TD]30[/TD]
[TD]10[/TD]
[TD]80[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]Yr. 4[/TD]
[TD]60[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]60[/TD]
[/TR]
</tbody>[/TABLE]
Month = March (Column criteria)
Year = Yr. 3 (Row criteria)
I want a formula that will look for the March column and then sum that column up to the Yr. 3 row (50+60+80 only). Is this possible?