SUMIF Criteria

sreeder

New Member
Joined
Aug 27, 2002
Messages
12
My range has various dates. The criteria needs to be a range from 08/01/02 to 08/31/02 not just a sepcific date. Any sugestions?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
On 2002-09-25 12:27, sreeder wrote:
My range has various dates. The criteria needs to be a range from 08/01/02 to 08/31/02 not just a sepcific date. Any sugestions?

=SUMIF(DateRange,">="&E2,RangeToSum)-SUMIF(DateRange,">"&F2,RangeToSum)

where DateRange is the range that houses true date, RangeToSum is the range that you want conditionally sum, E2 houses a date like 08/01/02 and F2 another date like 08/31/02.
Note that E2 < F2. This formula computes according an inclusive between condition.
 
Upvote 0

Forum statistics

Threads
1,215,443
Messages
6,124,887
Members
449,193
Latest member
ronnyf85

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