I have searched this forum and not found a formulat that will work. I need to check 3 conditions and if all three are true sum the values in a range of cells. One formula I have tried is:
=SUMPRODUCT((Configuration!A3:A370=B11)*(Configuration!C3:C370>=(T3)*(Configuration!C3:C370<=(U3)*(Configuration!D3:D370))))
Where B11 is the day of week (Monday, Tuesday, etc.), T3 is the starting date in the range and U3 is the end date in the range. If all 3 are true in columns A and the two conditions for C, then sum cells for True rows in Configuration!D3:D370
Any ideas?
=SUMPRODUCT((Configuration!A3:A370=B11)*(Configuration!C3:C370>=(T3)*(Configuration!C3:C370<=(U3)*(Configuration!D3:D370))))
Where B11 is the day of week (Monday, Tuesday, etc.), T3 is the starting date in the range and U3 is the end date in the range. If all 3 are true in columns A and the two conditions for C, then sum cells for True rows in Configuration!D3:D370
Any ideas?