Conditional sumif returning zero

saturdaygig

New Member
Joined
Aug 1, 2002
Messages
22
Hi All

I have a long list of equipment to order. Each item fits into a procurement category (eg, bins or furniture) in column H and an installation group in column K (company that will purchase and install). Every item has a target install date in column J, and a number of items in column M.

I'm creating a table that will show number of items in each category/group combination that need to be installed each month, to inform the works programme, so:

bins - group 2 - number in month 1, number in month 2 etc

I put together a sumifs formula and as far as I can see it's correct, but it returns zero every time. This is the formula for just one cell in my table, although of course all formulae will be alike:

=SUMIFS('Full List'!M2:M863,'Full List'!H2:H863,"Furniture - Seating",'Full List'!K2:K863,"Group 3",'Full List'!J2:J863,"<=01/04/2020",'Full List'!J2:J863,">=30/04/2020")

This one is trying to pick up all group 3 furniture-seating which should be installed in April 2020. The formula returns zero, but should return 209.

Is there a syntax error here maybe? I've checked that all the cells are spelled exactly like the argument with no stay spaces.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Swap the <= & >= signs around, you are currently looking for before April AND after April
 
Upvote 0
Its impossible for a date to be before the 01/04/2020 and after the 30/04/2020 at the same time.
 
Upvote 0
Thanks both, exactly right.

Sometimes I'm just blind to errors however long I stare at them. Luckily we have Mr Excel to help with that.
 
Upvote 0
Glad we could help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,412
Messages
6,119,369
Members
448,888
Latest member
Arle8907

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