Multiple Criteria Sumifs in Multiple Columns

rsharma017

New Member
Joined
Aug 7, 2017
Messages
7
Hello,

I am trying to create a summary total for the department # BC for only the batch type R and P. I have tried multiple sumif functions found in this forum with no luck.



BATCH TYPE DEPT# BATCH TOTAL
P BC $1,949.14
R BC $16,056.32
R BC $42,879.90
M BC $1,686.98
B BS $46,201.65
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Please try:
=SUMIFS($C$2:$C$6,$B$2:$B$6,"BC",$A$2:$A$6,"R")+SUMIFS($C$2:$C$6,$B$2:$B$6,"BC",$A$2:$A$6,"P")
 
Upvote 0

Forum statistics

Threads
1,214,388
Messages
6,119,229
Members
448,879
Latest member
VanGirl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top