I'm dumping a large volume of data each month into Excel. I need to summarize the data by Budget type and Category and possibly a third variable such as year. In the image below the result I hope for is a formula will calculate the sum of the unique values in column D when BudgetType is equal to Actual and Category is equal to G&A Costs. In this example I would be adding the following four numbers to arrive at 119.0633.
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]0.9[/TD]
[/TR]
[TR]
[TD="align: right"]9.4193[/TD]
[/TR]
[TR]
[TD="align: right"]0.744[/TD]
[/TR]
[TR]
[TD="align: right"]108[/TD]
[/TR]
[TR]
[TD="align: right"]119.0633[/TD]
[/TR]
</tbody>[/TABLE]
The formula in this example would appear in D23. I'm not interested in a Pivot table due to complexity and volume. I played a bit with SumIfS but have not been successful. Any suggestions?...JD
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]0.9[/TD]
[/TR]
[TR]
[TD="align: right"]9.4193[/TD]
[/TR]
[TR]
[TD="align: right"]0.744[/TD]
[/TR]
[TR]
[TD="align: right"]108[/TD]
[/TR]
[TR]
[TD="align: right"]119.0633[/TD]
[/TR]
</tbody>[/TABLE]
The formula in this example would appear in D23. I'm not interested in a Pivot table due to complexity and volume. I played a bit with SumIfS but have not been successful. Any suggestions?...JD