Hello,
I want to sum all "Apples" under the "Jan" Column in the following table. I want to make the formula dynamic by having the formula lookup the entire table and select the correct columns and rows rather than using "Sumifs" on a per column basis. Any help will be appreciated.
The formula should add the items in RED.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]6[/TD]
[TD]11[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]11[/TD]
[TD]16[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]Lemons[/TD]
[TD]16[/TD]
[TD]21[/TD]
[TD]26[/TD]
[/TR]
</tbody>[/TABLE]
I want to sum all "Apples" under the "Jan" Column in the following table. I want to make the formula dynamic by having the formula lookup the entire table and select the correct columns and rows rather than using "Sumifs" on a per column basis. Any help will be appreciated.
The formula should add the items in RED.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]6[/TD]
[TD]11[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]11[/TD]
[TD]16[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]Lemons[/TD]
[TD]16[/TD]
[TD]21[/TD]
[TD]26[/TD]
[/TR]
</tbody>[/TABLE]