Sumproduct if

F

frank

I want a worksheet to perform a SUMPRODUCT but only if the
rows fall between certain dates. please help. please
help!

thank you
 
R

Ron de Bruin

=SUMPRODUCT((B1:B10>=DATE(2003,1,12))*((B1:B10<=DATE(2003,7,18)))*C1:C10)

This will sum the cells in C if the date is between the two dates in the formula
 

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

Top