N
N/A
I have a list of monthly charges and am populating it with information from a
table based on dates and use the following to do so:
=SUMPRODUCT(--(Sheet2!$C$3:$C$999>DATE(2004,11,15)),--(Sheet2!$C$3:$C$999<=DATE(2004,12,15)),Sheet2!$F$3:$F$999).
However, now I want to take and other table where the same date criteria
would apply and want to add it to the results of the function listed (this
table would also rely on a date criteria). I am assuming it would be a
nested argument I just can't figure out how to write it.
table based on dates and use the following to do so:
=SUMPRODUCT(--(Sheet2!$C$3:$C$999>DATE(2004,11,15)),--(Sheet2!$C$3:$C$999<=DATE(2004,12,15)),Sheet2!$F$3:$F$999).
However, now I want to take and other table where the same date criteria
would apply and want to add it to the results of the function listed (this
table would also rely on a date criteria). I am assuming it would be a
nested argument I just can't figure out how to write it.