Sumifs Multiple Criteria

bekyleigh

New Member
Joined
Oct 16, 2019
Messages
12
Hello,

I'm wondering if someone can help me! I'm having a major scratch head moment.

I need to do a formula which will count up the total in one column, if 3 other columns meet the criteria.

I want excel to count how many cases of stock went out in total (Column G) IF Column C= "June" & Column D="Sample" & Column E ="APC" (see example of SS below)

Please note this calculation would be on another tab... the tab with with data is called Stock Count.

I have tried the following: =SUM(COUNTIFS('Stock Count'!C5:C1000,"July",'Stock Count'!D5:D1000,"Sample",'Stock Count'!E5:E1000,"APC")) - but this only counts how many times the criteria is met and i cant seem to get it to sum up column G without getting errors.

Any help is much appreciated!

1596117101696.png
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
How about
=SUMIFS('Stock Count'!G5:G1000,'Stock Count'!C5:C1000,"July",'Stock Count'!D5:D1000,"Sample",'Stock Count'!E5:E1000,"APC")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,544
Messages
6,125,438
Members
449,225
Latest member
mparcado

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