How to define multiple date criteria in Sumif formula

abhay_547

Board Regular
Joined
Sep 12, 2009
Messages
179
Hi All,

I need a help on sumif formula .i.e. I want to sum the numbers present in a column based on multiple criteria. Here is what I have. Column A has Dates, Column B has Amounts. and I want to sumif the numbers between two dates for e.g. row I9 has Start date and row J9 has end date so I want the sumif formula to look into column A for the start date first and then the end date and sum all the numbers which are there in column B .i.e. Amount column.

Thanks a lot for your help in advance. :)
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi All,

I need a help on sumif formula .i.e. I want to sum the numbers present in a column based on multiple criteria. Here is what I have. Column A has Dates, Column B has Amounts. and I want to sumif the numbers between two dates for e.g. row I9 has Start date and row J9 has end date so I want the sumif formula to look into column A for the start date first and then the end date and sum all the numbers which are there in column B .i.e. Amount column.

Thanks a lot for your help in advance. :)

Let E2 house a start date and F2 an end date.

In G2 enter:

=SUMIF(A:A,">="&E2,B:B)-SUMIF(A:A,">"&F2,B:B)
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,813
Members
452,945
Latest member
Bib195

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