Sum in a date range

PierceallOR

New Member
Joined
Apr 28, 2011
Messages
3
I have a spreadsheet with flow rate data and am trying to sum flow rate by a date range.
moz-screenshot-1.png
The date is in column B in a month/date/year format. The numbers I am trying to sum are in column F. I would like to sum data that falls between 3/21/1978 and 6\22\1978. I cannot figure out what function ar series of functions I need to use. Any help?


moz-screenshot.png
 

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
I have a spreadsheet with flow rate data and am trying to sum flow rate by a date range.
moz-screenshot-1.png
The date is in column B in a month/date/year format. The numbers I am trying to sum are in column F. I would like to sum data that falls between 3/21/1978 and 6\22\1978. I cannot figure out what function ar series of functions I need to use. Any help?


moz-screenshot.png
What version of Excel are you using?
 
Upvote 0
Welcome to the MrExcel board!

You cannot display images stored on your local machine. If you want to show a small screen shot ..

My signature block below contains 3 methods for posting small screen shots. Test them in the Test Here forum. That way, if something goes wrong, you won’t be messing up a main forum.
 
Upvote 0
Thank you Valco, that formula worked perfectly. It is similar to the formulas I was trying, except for the reference to cells for the dates. I kept attempting to manually enter the date range in the formula and Excel did not like that at all. Putting the date into a cell and then referencing it must be the best way to go. Thanks again
 
Upvote 0
Thank you Valco, that formula worked perfectly. It is similar to the formulas I was trying, except for the reference to cells for the dates. I kept attempting to manually enter the date range in the formula and Excel did not like that at all. Putting the date into a cell and then referencing it must be the best way to go. Thanks again
Using cells to hold ALL of the criteria is the best way to go.

However, if for some reason you didn't want to do that then you can include the dates like this:

=SUMIFS(F2:F100,B2:B100,">="&DATE(1978,3,21),B2:B100,"<="&DATE(1978,6,22))
 
Upvote 0

Forum statistics

Threads
1,224,519
Messages
6,179,263
Members
452,902
Latest member
Knuddeluff

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