Add date criteria to SUMIFS

rythmic_flow

New Member
Joined
Jan 16, 2019
Messages
17
I want to add a date criteria to the existing SUMIFS formula:

=SUMIFS('Sheet2'!$I:$I,'Sheet2'!$U:$U,">=30",'Sheet2'!$C:$C,Report!$A5)

There will be one cell in the sheet named "Report" that is set at End of previous month each month e.g. cell Report!A2. I would also like to add a critera that the SUM data of column I in sheet 2 also must equal to the date in =Report!A2

I don't want to build in the date itself into the formula, as the cell =Report!A2 will be manually updated each month.

As you can see, i already have built multiple criteria into the SUMIFS formula, however, when i try to build out the formula in the similar way, i just get a blank result.

Would appreciate any help here!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Try this...

=SUMIFS('Sheet2'!$I:$I,'Sheet2'!$U:$U,">=30",'Sheet2'!$C:$C,'Report'!$A5,'Sheet2'!$I:$I,'Report'!$A$2)
 
Upvote 0
Sorry, i forgot to mention that the criteria column in the table range (sheet 2) would be in cells 'Sheet2'!$X:$X.

I tried the following formula and i get a blank result:

=SUMIFS('Sheet2'!$I:$I,'Sheet2'!$U:$U,">=30",'Sheet2'!$C:$C,Report!$A5,'Sheet2'!$X:$X,Report!A2)
 
Upvote 0
I've managed to get this working now. Bbot, your formula was correct, i just had some formatting issues that were preventing it.

Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,716
Members
449,093
Latest member
Mnur

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