second criteria in a sumif function

luckypurchase

New Member
Joined
Aug 2, 2011
Messages
16
Dear all,

I like to add a second criteria in a sumif function:

Function looks like these: =SOM.ALS(tabelBU;BJ3;Tabelspend)

Cell BJ3 = a list, furthermore I like to add another cell with a list.

Please let me know and thank you in advance

kind regards,

Lukas
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Dear all,

I like to add a second criteria in a sumif function:

Function looks like these: =SOM.ALS(tabelBU;BJ3;Tabelspend)

Cell BJ3 = a list, furthermore I like to add another cell with a list.

Please let me know and thank you in advance

kind regards,

Lukas

Care to post what you have in BJ3? Also specify that other cell with a list which you want to add to the formula?
 
Upvote 0
Cell BJ3 contains a cell validation; =listregio, a list of 25 regions (North, south, etc)

The other cell contains a list of years. (2010,2011 etc)

If it is possible I like to add a third of forth validated cell with other criteria's aswell

Thanks for the fast response

Lukas
 
Upvote 0
Cell BJ3 contains a cell validation; =listregio, a list of 25 regions (North, south, etc)

The other cell contains a list of years. (2010,2011 etc)

If it is possible I like to add a third of forth validated cell with other criteria's aswell

Thanks for the fast response

Lukas

SOM.ALS (SUMIF) works just one criterion. For more criteria, you need to invoke SOMMEN.ALS (SUMIFS) if you are on Excel 2007 or later. Otherwise something like SOMPRODUKT (SUMPRODUCT) can be used.

Examples:

=SOM.ALS(Range;Crit1;SumRange)

=SOMMEN.ALS(SumRange;Range1;Crit1;Range2;Crit2)

=SOMPRODUKT(SumRange;--(Range1=Crit1);--(Range2=Crit2))
 
Upvote 0
Thank you Aladin Akyurek,

I like to post a screendump of my database, though I can't attach it on this forum.

Tought if it is handy to see the database, please mail me your email on lukas.van.eeden@benefit.nl and I will send a screendump to clear up my dillema.
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,728
Members
452,939
Latest member
WCrawford

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