Formula Help on SUMIFS

VbaHell

Well-known Member
Joined
Jan 30, 2011
Messages
1,220
Hello all

I am trying to work out how to use a formula for the following


Column B from row 2 onwards

12345
25678
34567/SE
23456
12567/SR

Column C from row 2 onwards

23.45
14.56
13.87
21.23
28.78

column D from row 2 onwards (In Text not date format)

Jan 14
Feb 14
Mar 14
Apr 14
May 14
Etc

formula i need is something like this

=SUMIFS(C:C,B:B,<>"*SE*",B:B,<>"*SR*",D:D,="MAR 14"

Is this possible please
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Include the not equal to inside the quotes

=SUMIFS(C:C,B:B,"<>*SE*",B:B,"<>*SR*",D:D,"MAR 14")
 
Upvote 0

Forum statistics

Threads
1,214,825
Messages
6,121,788
Members
449,049
Latest member
greyangel23

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