sum accounts between two given dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,
how to sum from the list (myList) only the items that occured within two
given dates in cells A1 and A2
many thaks for the help
 
Hi
try
=SUMPRODUCT(--(B1:B100>=A1),--(B1:B100<=A2),C1:C100)
where column B stores your dates and column C the values to sum
 

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

Back
Top