SUMIFS statement with 2 array formular

EXCLstuck

New Member
Joined
Dec 16, 2014
Messages
3
I'm trying to make this formula work...

=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$N:$N,{"January","February","March"},'SHEET1'!$A:$A,AB57,'SHEET1'!$L:$L,{"MON","TUE","WED"}))

If I test the two parts independently like this

=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$N:$N,{"January","February","March"},'SHEET1'!$A:$A,AB57))
or
=SUM(SUMIFS('SHEET1'!$T:$T,'SHEET1'!$A:$A,AB57,'SHEET1'!$L:$L,{"MON","TUE","WED"}))

I get the answers I expect, but when I combine them together I get 0 as the sum which is not right.

Can anyone advice how I can solve this?
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Welcome to Mr Excel

See if this works (observe the ; in the second constant array)

=SUM(SUMIFS('PRINT'!$T:$T,'PRINT DDS'!$N:$N,{"January","February","March"},'PRINT'!$A:$A,AB57,'PRINT'!$L:$L,{"MON";"TUE";"WED"}))

Hope this helps

M.
 
Upvote 0
Thanks for the quick reply Mr Excel, but when I try that I'm still having the same problem. Any other ideas?

(PS using Excel 2013)
 
Upvote 0
Hi

If you replace the comma with the semicolon in the second array, like Marcelo posted, it should work, unless the result of the 2 combined is indeed 0.

Can you post some data in columns A, L, N, T, just 4-5 rows is enough, where the formula does not work?
 
Upvote 0
Hi - great news! Yes your fix worked! (just had one of the references on the wrong cell when I rewrote it!)

Thanks for your super speedy (and excellent) advice!
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

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