[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
We are trying to use SUMIFS with the sum range running over a range of cells. In this example our range would be C2:D16.
In most of the examples I find on the Internet the sum range is only one column. So I'm not sure if SUMIFS would work here, if not can someone point me in a direction to solve this problem?
Thanks for the help in advance.
Dave
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
We are trying to use SUMIFS with the sum range running over a range of cells. In this example our range would be C2:D16.
Code:
=SUMIFS($C$2:$D$16,$A$2:$A$16,$G3,$C$1:$D$1,H$2)
In most of the examples I find on the Internet the sum range is only one column. So I'm not sure if SUMIFS would work here, if not can someone point me in a direction to solve this problem?
Thanks for the help in advance.
Dave