Multiple criterias in SUMIF

NicolaiK

New Member
Joined
Feb 13, 2016
Messages
7
Hi Guys, I cant seem to get this formula the way I need it.

=SUMIF(O:O;"<>INTERN";J:J)

So what I want to do is to add more criterias in addition to "<>INTERN"... probably real easy, but onfortunately Im not that Excel savvy.

Can anyone help?

-Nic
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Which version of Excel are you using? If later than 2003 then you can use SUMIFS rather than SUMIF.

=SUMIFS(J:J;O:O;"<>INTERN";O:O;"<>X";O:O;"<>Y";O:O;"<>Z")

BSB
 
Upvote 0
Which version of Excel are you using? If later than 2003 then you can use SUMIFS rather than SUMIF.

=SUMIFS(J:J;O:O;"<>INTERN";O:O;"<>X";O:O;"<>Y";O:O;"<>Z")

BSB


Thanks for getting back to me, Im using Office 2016 for Mac. The above formula worked perfectly, thanx!
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

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