Sumproduct - Date Range

J

Jackrabbit181

How do I incorporate a date range into a sumproduct formula.

I would like to add everything up that is greater than 1 date and equal to
or less than another.

Thanks
Rick
 
G

Gary Keramidas

you can try this, it sums column C for the dates in Column B

=SUMPRODUCT(--(B1:B4>=DATEVALUE("1/1/09")),--(B1:B4<=DATEVALUE("4/1/09")),(C1:C4))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sumproduct - Date Range 2
sumproduct with date range 4
Sumproduct & Date multiple criteria 8
date range 3
Sumproduct and Count If 1
A follow up Question 4
Using SUMIFS with date range 4
Date Range Question 3

Top