A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Ah, I found the problem. It is not the dates.
The Days column is a calculation. If a source cell is empty it returns "". I changed it to return 0 and the SUMPRODUCT now works. Thanks for the pointer.