A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
One way would be to create a separate 2-column range which contains the 8 dates in column 1, an
=IFERROR(VLOOKUP(A2,FirstQueryTable,2,False),0)*IFERROR(VLOOKUP(A2,SecondQueryTable,2,False),0)
in column 2.
Then you can load your array from the second column of this range.