Sum If with 2 checks

Carly

Active Member
Joined
Aug 21, 2002
Messages
370
I have a column which contains either "Stocked", "NonStocked" or "Sourced", another column containing either "Manual Review", "Repatriate" or "Clearance" and another column containing a sales value.

What I would like to so is SUM the sales value field when the 1st column contains "Stocked" & the 2nd column contains "Manaul Review"...Is there any way I can do this without creating a new field with a concatenated value.

Any help would be greatly received.

Regards

Carly
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Try something like:

=SUMPRODUCT(--(A1:A5="stocked"),--(B1:B5="manual review"),--(C1:C5))
 
Upvote 0

Forum statistics

Threads
1,214,598
Messages
6,120,441
Members
448,966
Latest member
DannyC96

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