Sum Date Range Multiple Criteria Over Zero

tsroque

Board Regular
Joined
Jan 19, 2007
Messages
127
Office Version
  1. 365
Hey Guys!

I need to SUM up the total TYPES by date range (state date / end date), IF it matches two Types AND over $0.00

Sheet 1
A5: START DATE
B5: END DATE
C5: TOTAL OF ALL TYPES LISTED RECEIVED OVER $0.00 BETWEEN TWO DATES ABOVE

Sheet 2
COLUMN A: Dates Listed
COLUMN E: Type Listed (need "TypeA" and "TypeB" only)
COLUMN H: Amount Listed

I hope I gave enough details... :\

Thank you!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I have done working for you, update formula according to your need, hope this would help you

StartEndTypeAmountFormulaCellFormula
11/1/201611/2/2016A1030SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A12,$A$12:$A$15,"<"&B12,$C$12:$C$15,"A")+SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A12,$A$12:$A$15,"<"&B12,$C$12:$C$15,"B")
11/2/201611/3/2016B2020SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A13,$A$12:$A$15,"<"&B13,$C$12:$C$15,"A")+SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A13,$A$12:$A$15,"<"&B13,$C$12:$C$15,"B")
11/3/201611/4/2016C1020SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A14,$A$12:$A$15,"<"&B14,$C$12:$C$15,"A")+SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A14,$A$12:$A$15,"<"&B14,$C$12:$C$15,"B")
11/4/201611/5/2016B2020SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A15,$A$12:$A$15,"<"&B15,$C$12:$C$15,"A")+SUMIFS($D$12:$D$15,$A$12:$A$15,">"&A15,$A$12:$A$15,"<"&B15,$C$12:$C$15,"B")

<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

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