Sumifs with multiple criteria

77winston

New Member
Joined
Sep 11, 2013
Messages
31
Office Version
  1. 2013
Platform
  1. Windows
Hi,
I'm currently using the following formula to sum one criteria/condition.
I was wondering how do I add 4 more criteria/conditions to the existing formula?

=SUMIFS(Sheet3!$E:$E,Sheet3!$A:$A,"11",Sheet3!$I:$I,C$3)

I want to add where Sheet3!$A:$A,"1" +Sheet3!$A:$A,"2" +Sheet3!$A:$A,"3" +Sheet3!$A:$A,"4"

could this be possible?

thanks,

Winston
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
if i'm understanding correctly maybe something like...

=SUM(SUMIFS(Sheet3!E2:E6,Sheet3!I2:I6,Sheet3!C3,Sheet3!A2:A6,{1,2,3,4,11}))
 
Upvote 0
if i'm understanding correctly maybe something like...

=SUM(SUMIFS(Sheet3!E2:E6,Sheet3!I2:I6,Sheet3!C3,Sheet3!A2:A6,{1,2,3,4,11}))

Thanks for that.

I'll try the formula provided.
 
Upvote 0

Forum statistics

Threads
1,213,521
Messages
6,114,104
Members
448,548
Latest member
harryls

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