View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
gpie gpie is offline
external usenet poster
 
Posts: 2
Default sum if dates conditional

I have encountered the same problem, so I added columns to my original
dataset that separate the date into Month, Day and Year, and then added
conditions to the SUMPRODUCT formula accordingly.

I believe that the date functions cannot be analyzed in an array (at
least that is what I have been told, and it seems to be true). I use
Excel 2000 on Windows XP.