Sumifs with range

confusedexcel4

New Member
Joined
Jan 30, 2019
Messages
2
Hello! I am trying to find the total of column's C, D and E if column A falls in a specific range. I figured out how to get the total files if A is >=10 and >=23 but I can not get the total files if A is 11-22. ~ Thank you in advance for your help!

ABCDE
A filesB filesCompleted files
2Tues266290176
3Wed232261170
4Thurs249281167
5Fri124145133
8Mon160201145
9Tues295313246
10Wed254268187
11Thurs119155178
12Fri236253149
16Tues280296166
17Wed287306179
18Thurs283308214
19Fri205228197
22Mon198230231
23Tues333344237
24Wed344352216
25Thurs264278242
26Fri262271277
29Mon273284207
30Tues371377191
31Wed130143221
<colgroup><col width="21" style="width: 16pt; mso-width-source: userset; mso-width-alt: 768;"> <col width="41" style="width: 31pt; mso-width-source: userset; mso-width-alt: 1499;"> <col width="46" style="width: 35pt; mso-width-source: userset; mso-width-alt: 1682;"> <col width="45" style="width: 34pt; mso-width-source: userset; mso-width-alt: 1645;"> <col width="107" style="width: 80pt; mso-width-source: userset; mso-width-alt: 3913;"> <tbody> </tbody>
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi & welcome to MrExcel
How about
=SUMIFS(C$2:C$22,$A$2:$A$22,">=11",$A$2:$A$22,"<=22")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
How about if you wanted to sum the columns of D or column E depending on the heading of the column? I am attempting to summarize deposits by month (columns D & E), distribution center (column A) and account number (row 1) all on the Deposits tab. I can get the follow to work if I only pull from one column at a time and eliminate the account number/row 1 criteria:

SUMIFS(Deposits!$D$2:$E$5,Deposits!$A:$A,$D$14,Deposits!$D$1:$E$1,$O$1,Deposits!$C:$C,"<"&EDATE($B17,1),Deposits!$B:$B,">="&$B17)

ABCDE
12006320061
2ATL12/1/201812/31/2018300
3KCMO1/1/20191/15/2019550
4SFO1/16/20191/31/2019200100
5STL2/1/20192/15/2019375

<tbody>
</tbody>


<tbody>
</tbody>

Thank you! Laura

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,221,185
Messages
6,158,407
Members
451,490
Latest member
desktopace

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